Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / evp_lib.c
index 22ae261c8059cbfa4fe94a4ad1d28998648ec8ea..6b677fdf6f266615a9afc9cb336797a85c8d364f 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>
 
 int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
        {