mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Revert change
This commit is contained in:
@ -398,7 +398,7 @@ end:
|
||||
} else if ((ret == ocsp->error) && (ocspResponse->single->status->status == CERT_UNKNOWN)) {
|
||||
WOLFSSL_MSG("OCSP unknown");
|
||||
ret = OCSP_CERT_UNKNOWN;
|
||||
} else if ((ret != OCSP_CERT_REVOKED) && (ret != ocsp->error)) {
|
||||
} else if (ret != OCSP_CERT_REVOKED) {
|
||||
WOLFSSL_MSG("OCSP lookup failure");
|
||||
ret = OCSP_LOOKUP_FAIL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user