X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=e_gost_err.c;h=e4903f2e052e4bb9264e0bab9b2871dee7605c71;hb=refs%2Fheads%2Fossl_patched;hp=2a8320705f8048c5204cf41afdf75c16e6509ca1;hpb=13dc9c81e30ce1d44d76aba6c35bf8bb3b3bcf2d;p=openssl-gost%2Fengine.git diff --git a/e_gost_err.c b/e_gost_err.c index 2a83207..e4903f2 100644 --- a/e_gost_err.c +++ b/e_gost_err.c @@ -150,6 +150,7 @@ static ERR_STRING_DATA GOST_str_reasons[] = { {ERR_PACK(0, 0, GOST_R_ERROR_SETTING_PEER_KEY), "error setting peer key"}, {ERR_PACK(0, 0, GOST_R_INCOMPATIBLE_ALGORITHMS), "incompatible algorithms"}, {ERR_PACK(0, 0, GOST_R_INCOMPATIBLE_PEER_KEY), "incompatible peer key"}, + {ERR_PACK(0, 0, GOST_R_INVALID_BUFFER_SIZE), "invalid buffer size"}, {ERR_PACK(0, 0, GOST_R_INVALID_CIPHER), "invalid cipher"}, {ERR_PACK(0, 0, GOST_R_INVALID_CIPHER_PARAMS), "invalid cipher params"}, {ERR_PACK(0, 0, GOST_R_INVALID_CIPHER_PARAM_OID),