summaryrefslogtreecommitdiff
path: root/crypto/evp/e_cast.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/e_cast.c')
-rw-r--r--crypto/evp/e_cast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/e_cast.c b/crypto/evp/e_cast.c
index 259d44059b201..df9f445bd0a2f 100644
--- a/crypto/evp/e_cast.c
+++ b/crypto/evp/e_cast.c
@@ -13,7 +13,7 @@
#ifndef OPENSSL_NO_CAST
# include <openssl/evp.h>
# include <openssl/objects.h>
-# include "internal/evp_int.h"
+# include "crypto/evp.h"
# include <openssl/cast.h>
static int cast_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,