Skip to content

Commit 0e2a3fd

Browse files
committed
add missing error trace macro
1 parent bc8eeea commit 0e2a3fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16809,7 +16809,7 @@ int ProcessPeerCerts(WOLFSSL* ssl, byte* input, word32* inOutIdx,
1680916809
/* If we can't validate the peer cert chain against the CAs loaded
1681016810
* into wolfSSL, try to validate against the system certificates
1681116811
* using Apple's native trust APIs */
16812-
if ((ret == ASN_NO_SIGNER_E) &&
16812+
if ((ret == WC_NO_ERR_TRACE(ASN_NO_SIGNER_E)) &&
1681316813
(ssl->ctx->doAppleNativeCertValidationFlag)) {
1681416814
if (DoAppleNativeCertValidation(ssl, args->certs,
1681516815
args->totalCerts)) {

0 commit comments

Comments
 (0)