Fix for building without WOLFSSL_NO_TRUSTED_CERTS_VERIFY.

This commit is contained in:
David Garske
2017-05-26 10:53:42 -07:00
parent 53021a5df7
commit a0345f6ba9

View File

@@ -6123,7 +6123,10 @@ int ParseCertRelative(DecodedCert* cert, int type, int verify, void* cm)
}
}
#ifdef WOLFSSL_NO_TRUSTED_CERTS_VERIFY
exit_pcr:
#endif
if (badDate != 0)
return badDate;