diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2019-10-16 08:18:42 +0200 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2019-10-16 08:18:42 +0200 |
commit | 3d5a7578e09a984c6475b1c008f5c76f850328cb (patch) | |
tree | 0ec32eba328e21a6e1face34415c67dcdce365c2 /test/poly1305_internal_test.c | |
parent | Fix missing Assembler defines (diff) | |
download | openssl-3d5a7578e09a984c6475b1c008f5c76f850328cb.tar.xz openssl-3d5a7578e09a984c6475b1c008f5c76f850328cb.zip |
Add ChaCha related ciphers to default provider
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10081)
Diffstat (limited to 'test/poly1305_internal_test.c')
-rw-r--r-- | test/poly1305_internal_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/poly1305_internal_test.c b/test/poly1305_internal_test.c index 504e474b7c..359025de0b 100644 --- a/test/poly1305_internal_test.c +++ b/test/poly1305_internal_test.c @@ -14,7 +14,6 @@ #include "testutil.h" #include "crypto/poly1305.h" -#include "../crypto/poly1305/poly1305_local.h" #include "internal/nelem.h" typedef struct { |