summaryrefslogtreecommitdiff
path: root/crypto/poly1305/poly1305_ameth.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/poly1305/poly1305_ameth.c')
-rw-r--r--crypto/poly1305/poly1305_ameth.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/poly1305/poly1305_ameth.c b/crypto/poly1305/poly1305_ameth.c
index 033ee8cd96997..0c8a91dc79dcc 100644
--- a/crypto/poly1305/poly1305_ameth.c
+++ b/crypto/poly1305/poly1305_ameth.c
@@ -10,10 +10,10 @@
#include <stdio.h>
#include "internal/cryptlib.h"
#include <openssl/evp.h>
-#include "internal/asn1_int.h"
-#include "internal/poly1305.h"
+#include "crypto/asn1.h"
+#include "crypto/poly1305.h"
#include "poly1305_local.h"
-#include "internal/evp_int.h"
+#include "crypto/evp.h"
/*
* POLY1305 "ASN1" method. This is just here to indicate the maximum