]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
fix: next error value for new error
authorigrkir <i.kirillov@kryptonite.ru>
Mon, 30 May 2022 07:48:18 +0000 (10:48 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Mon, 30 May 2022 09:05:01 +0000 (11:05 +0200)
e_gost_err.h

index 59f4743b06a720871e4dfc25652fba34fedf9f46..f01f5a66f13833b8ec42a5fc3781bf6a59c98335 100644 (file)
@@ -129,7 +129,7 @@ void ERR_GOST_error(int function, int reason, char *file, int line);
 # define GOST_R_ERROR_SETTING_PEER_KEY                    139
 # define GOST_R_INCOMPATIBLE_ALGORITHMS                   108
 # define GOST_R_INCOMPATIBLE_PEER_KEY                     109
-# define GOST_R_INVALID_BUFFER_SIZE                       140
+# define GOST_R_INVALID_BUFFER_SIZE                       142
 # define GOST_R_INVALID_CIPHER                            134
 # define GOST_R_INVALID_CIPHER_PARAMS                     110
 # define GOST_R_INVALID_CIPHER_PARAM_OID                  111