X-Git-Url: https://wagner.pp.ru/gitweb/?a=blobdiff_plain;ds=sidebyside;f=e_gost_err.c;h=101f047ef6b6b20fae108d725c8d164fc6a0c848;hb=2e3ebd289f98a4b3011cf28a8d2abf4f4398156c;hp=8f3b35b5afbe8636084e9d541d54b011b51f9e03;hpb=067d9254cf2f6bd060a3a8e84b9402a49675f6a1;p=openssl-gost%2Fengine.git diff --git a/e_gost_err.c b/e_gost_err.c index 8f3b35b..101f047 100644 --- a/e_gost_err.c +++ b/e_gost_err.c @@ -127,8 +127,8 @@ static ERR_STRING_DATA GOST_str_reasons[] = { {ERR_REASON(GOST_R_INVALID_DIGEST_TYPE), "invalid digest type"}, {ERR_REASON(GOST_R_INVALID_IV_LENGTH), "invalid iv length"}, {ERR_REASON(GOST_R_INVALID_MAC_KEY_LENGTH), "invalid mac key length"}, - {ERR_REASON(GOST_R_INVALID_MAC_KEY_SIZE) ,"invalid mac key size"}, - {ERR_REASON(GOST_R_INVALID_MAC_SIZE) ,"invalid mac size"}, + {ERR_REASON(GOST_R_INVALID_MAC_KEY_SIZE), "invalid mac key size"}, + {ERR_REASON(GOST_R_INVALID_MAC_SIZE), "invalid mac size"}, {ERR_REASON(GOST_R_INVALID_PARAMSET), "invalid paramset"}, {ERR_REASON(GOST_R_KEY_IS_NOT_INITIALIZED), "key is not initialized"}, {ERR_REASON(GOST_R_KEY_PARAMETERS_MISSING), "key parameters missing"},