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