aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDoug Hogan <[email protected]>2018-12-20 10:36:56 -0800
committerDoug Hogan <[email protected]>2018-12-20 11:08:49 -0800
commitdfe5e4213bf6b8c8bb9456493e28bd702d337112 (patch)
tree4304439865462db011f4fcac3b7246b4c448a936 /lib
parent7bc247373aa238d3f2f25b438f414e4214bd19c6 (diff)
downloadotp-dfe5e4213bf6b8c8bb9456493e28bd702d337112.tar.gz
otp-dfe5e4213bf6b8c8bb9456493e28bd702d337112.tar.bz2
otp-dfe5e4213bf6b8c8bb9456493e28bd702d337112.zip
Remove chacha20.h dependency in aead.c
While it uses chacha20, it doesn't use Erlang chacha20 functions.
Diffstat (limited to 'lib')
-rw-r--r--lib/crypto/c_src/aead.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/crypto/c_src/aead.c b/lib/crypto/c_src/aead.c
index 9a990cfaf5..7e4af2383d 100644
--- a/lib/crypto/c_src/aead.c
+++ b/lib/crypto/c_src/aead.c
@@ -1,6 +1,5 @@
#include "aead.h"
#include "aes.h"
-#include "chacha20.h"
ERL_NIF_TERM aead_encrypt(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[])
{/* (Type,Key,Iv,AAD,In) */