Change the command line options of mkerr.pl so -static is now default and
[oweals/openssl.git] / crypto / evp / e_cfb_c.c
index 3bfdeba403cf42ec32556fb2cf8dd85acaa82a66..0e77e69260c476e2b848b0b1a0dc7295e12542f2 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 cast_cfb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,