Reorganize private crypto header files
[openssl.git] / crypto / evp / e_null.c
index 2f3fcc88f2a4c147252b69ec50709c0c66d8f143..2c8d27e3be32fd79b7d91abc3eb8f3fa6e38ca8d 100644 (file)
@@ -11,7 +11,7 @@
 #include "internal/cryptlib.h"
 #include <openssl/evp.h>
 #include <openssl/objects.h>
-#include "internal/evp_int.h"
+#include "crypto/evp.h"
 
 static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
                          const unsigned char *iv, int enc);