From 1b827d7b6fce6e363b3356efa86c98285ee394d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Wed, 19 Sep 2007 00:58:58 +0000 Subject: Clean up error codes a bit. (engines/ccgost/ remains utter chaos, though; "make errors" is not happy.) --- engines/ccgost/e_gost_err.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/ccgost/e_gost_err.h') diff --git a/engines/ccgost/e_gost_err.h b/engines/ccgost/e_gost_err.h index e416867d2a..4fb5a985a3 100644 --- a/engines/ccgost/e_gost_err.h +++ b/engines/ccgost/e_gost_err.h @@ -70,7 +70,7 @@ void ERR_GOST_error(int function, int reason, char *file, int line); #define GOST_F_DECODE_GOST_ALGOR_PARAMS 131 #define GOST_F_DECRYPT_CRYPTOCOM_KEY 120 #define GOST_F_ENCODE_GOST_ALGOR_PARAMS 130 -#define GOST_F_FILL_GOST2001_PARAMS 99 +#define GOST_F_FILL_GOST2001_PARAMS 144 #define GOST_F_FILL_GOST94_PARAMS 100 #define GOST_F_GET_ENCRYPTION_PARAMS 101 #define GOST_F_GOST2001_COMPUTE_PUBLIC 102 @@ -126,7 +126,7 @@ void ERR_GOST_error(int function, int reason, char *file, int line); #define GOST_R_ERROR_STORING_IV 121 #define GOST_R_ERROR_STORING_MAC 122 #define GOST_R_INCOMPATIBLE_ALGORITHMS 130 -#define GOST_R_INVALID_CIPHER_PARAMS 99 +#define GOST_R_INVALID_CIPHER_PARAMS 136 #define GOST_R_INVALID_CIPHER_PARAM_OID 100 #define GOST_R_INVALID_DIGEST_TYPE 101 #define GOST_R_INVALID_ENCRYPTED_KEY_SIZE 123 -- cgit v1.2.3