diff options
Diffstat (limited to 'src/crypto/chacha20poly1305.c')
-rw-r--r-- | src/crypto/chacha20poly1305.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/chacha20poly1305.c b/src/crypto/chacha20poly1305.c index 22681a3..89cf055 100644 --- a/src/crypto/chacha20poly1305.c +++ b/src/crypto/chacha20poly1305.c @@ -855,3 +855,4 @@ bool xchacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, } #include "../selftest/chacha20poly1305.h" +#include "../selftest/poly1305.h" |