From 8751d1538fd893488d90ef5cb7997c58e54f8059 Mon Sep 17 00:00:00 2001 From: igrkir Date: Mon, 30 May 2022 10:48:18 +0300 Subject: [PATCH] fix: next error value for new error --- e_gost_err.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e_gost_err.h b/e_gost_err.h index 59f4743..f01f5a6 100644 --- a/e_gost_err.h +++ b/e_gost_err.h @@ -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 -- 2.39.2