From da7543f65bbf86cc99a5d31eddf84e9ae29c1d9a Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Tue, 21 Jan 2025 14:37:28 -0700 Subject: [PATCH] fix for macro guard with QT build --- src/x509_str.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/x509_str.c b/src/x509_str.c index fb047724d..a9cbdd8fe 100644 --- a/src/x509_str.c +++ b/src/x509_str.c @@ -114,8 +114,7 @@ void wolfSSL_X509_STORE_CTX_free(WOLFSSL_X509_STORE_CTX* ctx) #ifdef OPENSSL_EXTRA -#if ((defined(SESSION_CERTS) && !defined(WOLFSSL_QT)) || \ - defined(WOLFSSL_SIGNER_DER_CERT)) +#if defined(SESSION_CERTS) || defined(WOLFSSL_SIGNER_DER_CERT) /** * Find the issuing cert of the input cert. On a self-signed cert this