Change the command line options of mkerr.pl so -static is now default and
[oweals/openssl.git] / crypto / evp / e_ecb_d.c
index 930bad5c8a29546fe69c29bd41e628f2d67fd479..a9edc530d0296e6fa24c65d687c8114f658ae4d3 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 des_ecb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,