Loading crypto/ocsp/ocsp_vfy.c +2 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,8 @@ int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs, goto end; } } } else if (certs != NULL) { untrusted = certs; } else { untrusted = bs->certs; } Loading Loading
crypto/ocsp/ocsp_vfy.c +2 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,8 @@ int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs, goto end; } } } else if (certs != NULL) { untrusted = certs; } else { untrusted = bs->certs; } Loading