Skip to content

Commit

Permalink
fix for macro guard with QT build
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Jan 21, 2025
1 parent 075316c commit d683165
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/x509_str.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d683165

Please sign in to comment.