summaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/poly1305/poly1305_pmeth.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/poly1305/poly1305_pmeth.c')
-rw-r--r--crypto/openssl/crypto/poly1305/poly1305_pmeth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/poly1305/poly1305_pmeth.c b/crypto/openssl/crypto/poly1305/poly1305_pmeth.c
index 3bc24c98cd614..49a799a12f518 100644
--- a/crypto/openssl/crypto/poly1305/poly1305_pmeth.c
+++ b/crypto/openssl/crypto/poly1305/poly1305_pmeth.c
@@ -13,9 +13,9 @@
#include <openssl/x509v3.h>
#include <openssl/evp.h>
#include <openssl/err.h>
-#include "internal/poly1305.h"
+#include "crypto/poly1305.h"
#include "poly1305_local.h"
-#include "internal/evp_int.h"
+#include "crypto/evp.h"
/* POLY1305 pkey context structure */