summaryrefslogtreecommitdiffstats
path: root/engines/ccgost/e_gost_err.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2007-09-19 00:58:58 +0000
committerBodo Möller <bodo@openssl.org>2007-09-19 00:58:58 +0000
commit1b827d7b6fce6e363b3356efa86c98285ee394d5 (patch)
tree7b1ba86054942ac224b5691f04b657a2aa1e6692 /engines/ccgost/e_gost_err.h
parenta005fb019f1266fac53c32a9f17d7f1e92aa2536 (diff)
Clean up error codes a bit.
(engines/ccgost/ remains utter chaos, though; "make errors" is not happy.)
Diffstat (limited to 'engines/ccgost/e_gost_err.h')
-rw-r--r--engines/ccgost/e_gost_err.h4
1 files changed, 2 insertions, 2 deletions
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