diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-31 01:45:51 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-31 05:27:05 +0200 |
commit | d2bb749d103a74324af3075adcd28b1fe577f9e4 (patch) | |
tree | 7765cdf975f059f4bb668dec1e6d9204cdc9f01f /src/crypto | |
parent | 981a0bd665f2eb5b0eb7625969ea588c3c67ed20 (diff) |
main: add missing chacha20poly1305 header
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/chacha20poly1305.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/chacha20poly1305.c b/src/crypto/chacha20poly1305.c index df1c5aa..b47f6a5 100644 --- a/src/crypto/chacha20poly1305.c +++ b/src/crypto/chacha20poly1305.c @@ -248,7 +248,6 @@ err: return !ret; } - void xchacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, const u8 *ad, const size_t ad_len, const u8 nonce[XCHACHA20POLY1305_NONCELEN], |