]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/signature/dsa_sig.c
Stop raising ERR_R_MALLOC_FAILURE in most places
[thirdparty/openssl.git] / providers / implementations / signature / dsa_sig.c
index abcee00284e8c41a0f912f7cadea4b7011808c8a..413559a747451536ccda28058fa084e263055601 100644 (file)
@@ -111,7 +111,6 @@ static void *dsa_newctx(void *provctx, const char *propq)
     if (propq != NULL && (pdsactx->propq = OPENSSL_strdup(propq)) == NULL) {
         OPENSSL_free(pdsactx);
         pdsactx = NULL;
-        ERR_raise(ERR_LIB_PROV, ERR_R_MALLOC_FAILURE);
     }
     return pdsactx;
 }