summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-03-15 17:44:42 +0000
committerPauli <ppzgs1@gmail.com>2021-03-17 10:16:21 +1000
commit5db682733de0afcfece92ac011c1eb1ca775c32a (patch)
treec52ee42bbefeae16e768b66f8166e86cbef27898 /test
parent37cddb2e2df4f815a6d3fdb857d1ef8cddef9ce9 (diff)
Fix a TODO(3.0) in the siphash code
All 3 files that included crypto/siphash.h also included siphash_local.h, and no other files included siphash_local.h independently. They probably should be just one header file. Fixes #14360 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14558)
Diffstat (limited to 'test')
-rw-r--r--test/siphash_internal_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/siphash_internal_test.c b/test/siphash_internal_test.c
index e77e9d265f..2361921c57 100644
--- a/test/siphash_internal_test.c
+++ b/test/siphash_internal_test.c
@@ -15,7 +15,6 @@
#include <openssl/bio.h>
#include "testutil.h"
#include "crypto/siphash.h"
-#include "../crypto/siphash/siphash_local.h"
#include "internal/nelem.h"
typedef struct {