mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +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
|
#ifdef OPENSSL_EXTRA
|
||||||
|
|
||||||
#if ((defined(SESSION_CERTS) && !defined(WOLFSSL_QT)) || \
|
#if defined(SESSION_CERTS) || defined(WOLFSSL_SIGNER_DER_CERT)
|
||||||
defined(WOLFSSL_SIGNER_DER_CERT))
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Find the issuing cert of the input cert. On a self-signed cert this
|
* Find the issuing cert of the input cert. On a self-signed cert this
|
||||||
|
Reference in New Issue
Block a user