Loading crypto/ocsp/ocsp_ext.c +1 −1 Original line number Diff line number Diff line Loading @@ -257,7 +257,7 @@ static int ocsp_add1_nonce(STACK_OF(X509_EXTENSION) **exts, */ os.length = ASN1_object_size(0, len, V_ASN1_OCTET_STRING); if (os.length < 0) goto err; return 0; os.data = OPENSSL_malloc(os.length); if (os.data == NULL) Loading Loading
crypto/ocsp/ocsp_ext.c +1 −1 Original line number Diff line number Diff line Loading @@ -257,7 +257,7 @@ static int ocsp_add1_nonce(STACK_OF(X509_EXTENSION) **exts, */ os.length = ASN1_object_size(0, len, V_ASN1_OCTET_STRING); if (os.length < 0) goto err; return 0; os.data = OPENSSL_malloc(os.length); if (os.data == NULL) Loading