diff options
Diffstat (limited to 'crypto/evp/e_cast.c')
-rw-r--r-- | crypto/evp/e_cast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/e_cast.c b/crypto/evp/e_cast.c index 3f74548569..ee1b2fd4e0 100644 --- a/crypto/evp/e_cast.c +++ b/crypto/evp/e_cast.c @@ -57,7 +57,7 @@ */ #include <stdio.h> -#include "cryptlib.h" +#include "internal/cryptlib.h" #ifndef OPENSSL_NO_CAST # include <openssl/evp.h> |