mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 20:29:56 +01:00
The ValidateDate() function is wrapped by a macro so it may be replaced in environments without ASN_TIME built in. In two cases, OCSP and CRL, ValidateDate() is called directly instead of by the macro. This change fixes that.