diff options
Diffstat (limited to 'crypto/ocsp/ocsp_cl.c')
-rw-r--r-- | crypto/ocsp/ocsp_cl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ocsp/ocsp_cl.c b/crypto/ocsp/ocsp_cl.c index b6ec19a565..ef8ff30031 100644 --- a/crypto/ocsp/ocsp_cl.c +++ b/crypto/ocsp/ocsp_cl.c @@ -66,7 +66,7 @@ #include <stdio.h> #include <time.h> -#include <cryptlib.h> +#include "internal/cryptlib.h" #include <openssl/objects.h> #include <openssl/rand.h> #include <openssl/x509.h> |