diff options
Diffstat (limited to 'crypto/evp/e_cbc_c.c')
-rw-r--r-- | crypto/evp/e_cbc_c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/evp/e_cbc_c.c b/crypto/evp/e_cbc_c.c index 8f0eb5aed7..48da3ef57c 100644 --- a/crypto/evp/e_cbc_c.c +++ b/crypto/evp/e_cbc_c.c @@ -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, |