diff options
Diffstat (limited to 'src/mongo')
-rw-r--r-- | src/mongo/util/net/ssl_manager_openssl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/util/net/ssl_manager_openssl.cpp b/src/mongo/util/net/ssl_manager_openssl.cpp index 7d678f0d1c5..3d4274bc6e3 100644 --- a/src/mongo/util/net/ssl_manager_openssl.cpp +++ b/src/mongo/util/net/ssl_manager_openssl.cpp @@ -752,7 +752,6 @@ StatusWith<std::pair<OCSPCertIDSet, Date_t>> iterateResponse(OCSP_BASICRESP* bas OCSP_CERTID_dup(const_cast<OCSP_CERTID*>(OCSP_SINGLERESP_get0_id(singleResp)))); int reason; - // TODO SERVER-45798 the updated time will be implemented in the cache ASN1_GENERALIZEDTIME *revtime, *thisupd, *nextupd; auto status = OCSP_single_get0_status(singleResp, &reason, &revtime, &thisupd, &nextupd); |