Loading crypto/ocsp/ocsp_cl.c +1 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,7 @@ int OCSP_resp_get1_id(const OCSP_BASICRESP *bs, } else { return 0; } if (pname == NULL && pid == NULL) if (*pname == NULL && *pid == NULL) return 0; return 1; } Loading Loading
crypto/ocsp/ocsp_cl.c +1 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,7 @@ int OCSP_resp_get1_id(const OCSP_BASICRESP *bs, } else { return 0; } if (pname == NULL && pid == NULL) if (*pname == NULL && *pid == NULL) return 0; return 1; } Loading