Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / e_rc4.c
index 1552379a49a84b6d56ee2b073c7f1d49c20c06e1..2e96bffdf8eb5a4d06cef01fa6650d395e731a10 100644 (file)
@@ -60,8 +60,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 rc4_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,