mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
fix for macro guard with QT build
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user