Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / e_null.c
index 374b01c88bf15b9f5e514fe86549926ea5eb23b7..db31fb9f08ad6663a2a489d3144527fdcae5383e 100644 (file)
@@ -58,8 +58,8 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "evp.h"
-#include "objects.h"
+#include <openssl/evp.h>
+#include <openssl/objects.h>
 
 #ifndef NOPROTO
 static void null_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,