From f7f12da8ec32398b0ada9dc4344d3a496baee967 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Mon, 18 Oct 2021 18:40:08 +0200 Subject: [PATCH] #242 --- wolfssl/ssl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wolfssl/ssl.h b/wolfssl/ssl.h index 26114f070..4de830f6a 100644 --- a/wolfssl/ssl.h +++ b/wolfssl/ssl.h @@ -1337,8 +1337,7 @@ WOLFSSL_API int wolfSSL_sk_push_node(WOLFSSL_STACK** stack, WOLFSSL_STACK* in); WOLFSSL_API WOLFSSL_STACK* wolfSSL_sk_get_node(WOLFSSL_STACK* sk, int idx); WOLFSSL_API int wolfSSL_sk_push(WOLFSSL_STACK *st, const void *data); -#if defined(HAVE_OCSP) -#include "wolfssl/ocsp.h" +#ifdef HAVE_OCSP #include "wolfssl/wolfcrypt/asn.h" #endif