X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=engines%2Fccgost%2Fe_gost_err.c;h=c0c05769c916df610ace9a0389d083e26af4815a;hp=9a79a374e28101fefa9482f4e692589ddf40d9d6;hb=33eab3f6af51c6d7fe68ee4960930df4f1616bd5;hpb=f6fa7c53479d79073cf959d7cdc496be2b2372c6;ds=sidebyside diff --git a/engines/ccgost/e_gost_err.c b/engines/ccgost/e_gost_err.c index 9a79a374e2..c0c05769c9 100644 --- a/engines/ccgost/e_gost_err.c +++ b/engines/ccgost/e_gost_err.c @@ -137,8 +137,6 @@ static ERR_STRING_DATA GOST_str_reasons[]= {ERR_REASON(GOST_R_KEY_IS_NOT_INITIALIZED),"key is not initialized"}, {ERR_REASON(GOST_R_KEY_PARAMETERS_MISSING),"key parameters missing"}, {ERR_REASON(GOST_R_MAC_KEY_NOT_SET) ,"mac key not set"}, -{ERR_REASON(GOST_R_MALLOC_FAILURE) ,"malloc failure"}, -{ERR_REASON(GOST_R_NO_MEMORY) ,"no memory"}, {ERR_REASON(GOST_R_NO_PARAMETERS_SET) ,"no parameters set"}, {ERR_REASON(GOST_R_NO_PEER_KEY) ,"no peer key"}, {ERR_REASON(GOST_R_NO_PRIVATE_PART_OF_NON_EPHEMERAL_KEYPAIR),"no private part of non ephemeral keypair"},