"make depend"
[oweals/openssl.git] / crypto / evp / e_cbc_c.c
index 8f0eb5aed7a67b24b4d135190b28d1004ff212e8..48da3ef57c19c4a56e56d1652e7d547d70885dbd 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_cbc_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,