Reorganize private crypto header files
[oweals/openssl.git] / crypto / poly1305 / poly1305.c
index b83a4fc1cacec7788318214e427c13dce386ccb4..31bca781caf1ae503923992e97c3cf5e010b24dd 100644 (file)
@@ -11,7 +11,7 @@
 #include <string.h>
 #include <openssl/crypto.h>
 
-#include "internal/poly1305.h"
+#include "crypto/poly1305.h"
 #include "poly1305_local.h"
 
 size_t Poly1305_ctx_size(void)