aboutsummaryrefslogtreecommitdiff
path: root/crypto/siphash/siphash_pmeth.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/siphash/siphash_pmeth.c')
-rw-r--r--crypto/siphash/siphash_pmeth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/siphash/siphash_pmeth.c b/crypto/siphash/siphash_pmeth.c
index 66e552fec5e5..0c7d2c61902c 100644
--- a/crypto/siphash/siphash_pmeth.c
+++ b/crypto/siphash/siphash_pmeth.c
@@ -13,9 +13,9 @@
#include <openssl/x509v3.h>
#include <openssl/evp.h>
#include <openssl/err.h>
-#include "internal/siphash.h"
+#include "crypto/siphash.h"
#include "siphash_local.h"
-#include "internal/evp_int.h"
+#include "crypto/evp.h"
/* SIPHASH pkey context structure */