mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 00:30:54 +02:00
e730cda550
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.