X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=engines%2Fccgost%2Fgost2001.c;h=e8bbfdfc061ce734bed038823a3576c956a6279b;hp=dacd82d2b92aad29a3088e354b32fe5c3627ad6d;hb=33eab3f6af51c6d7fe68ee4960930df4f1616bd5;hpb=f6fa7c53479d79073cf959d7cdc496be2b2372c6;ds=inline diff --git a/engines/ccgost/gost2001.c b/engines/ccgost/gost2001.c index dacd82d2b9..e8bbfdfc06 100644 --- a/engines/ccgost/gost2001.c +++ b/engines/ccgost/gost2001.c @@ -106,7 +106,7 @@ DSA_SIG *gost2001_do_sign(const unsigned char *dgst,int dlen, EC_KEY *eckey) newsig=DSA_SIG_new(); if (!newsig) { - GOSTerr(GOST_F_GOST2001_DO_SIGN,GOST_R_NO_MEMORY); + GOSTerr(GOST_F_GOST2001_DO_SIGN,ERR_R_MALLOC_FAILURE); goto err; } group = EC_KEY_get0_group(eckey);