forked from wolfSSL/wolfssl
Fix for building without WOLFSSL_NO_TRUSTED_CERTS_VERIFY.
This commit is contained in:
@@ -6123,7 +6123,10 @@ int ParseCertRelative(DecodedCert* cert, int type, int verify, void* cm)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef WOLFSSL_NO_TRUSTED_CERTS_VERIFY
|
||||||
exit_pcr:
|
exit_pcr:
|
||||||
|
#endif
|
||||||
|
|
||||||
if (badDate != 0)
|
if (badDate != 0)
|
||||||
return badDate;
|
return badDate;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user