summaryrefslogtreecommitdiff
path: root/providers/implementations/signature/ecdsa_sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/signature/ecdsa_sig.c')
-rw-r--r--providers/implementations/signature/ecdsa_sig.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/providers/implementations/signature/ecdsa_sig.c b/providers/implementations/signature/ecdsa_sig.c
index 865d49d100..c013140fec 100644
--- a/providers/implementations/signature/ecdsa_sig.c
+++ b/providers/implementations/signature/ecdsa_sig.c
@@ -120,7 +120,6 @@ static void *ecdsa_newctx(void *provctx, const char *propq)
if (propq != NULL && (ctx->propq = OPENSSL_strdup(propq)) == NULL) {
OPENSSL_free(ctx);
ctx = NULL;
- ERR_raise(ERR_LIB_PROV, ERR_R_MALLOC_FAILURE);
}
return ctx;
}