summaryrefslogtreecommitdiffstats
path: root/engines/ccgost/e_gost_err.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-06-16 16:39:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-06-16 16:39:20 +0000
commitbfd502f027ffb83131f3e9c634f95d3176477591 (patch)
tree7f56da6b2bef7e95fb6ecedfcb4f5d000565c885 /engines/ccgost/e_gost_err.h
parentf1ed5fa827ac63420ffac8fcc69d5609716ba297 (diff)
Updates from HEAD.
Diffstat (limited to 'engines/ccgost/e_gost_err.h')
-rw-r--r--engines/ccgost/e_gost_err.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/ccgost/e_gost_err.h b/engines/ccgost/e_gost_err.h
index 652d1bb392..6dc500079d 100644
--- a/engines/ccgost/e_gost_err.h
+++ b/engines/ccgost/e_gost_err.h
@@ -118,10 +118,12 @@ void ERR_GOST_error(int function, int reason, char *file, int line);
#define GOST_R_BAD_KEY_PARAMETERS_FORMAT 99
#define GOST_R_BAD_PKEY_PARAMETERS_FORMAT 100
#define GOST_R_CANNOT_PACK_EPHEMERAL_KEY 101
+#define GOST_R_CTRL_CALL_FAILED 132
#define GOST_R_ERROR_COMPUTING_SHARED_KEY 102
#define GOST_R_ERROR_PACKING_KEY_TRANSPORT_INFO 103
#define GOST_R_ERROR_PARSING_KEY_TRANSPORT_INFO 104
#define GOST_R_INCOMPATIBLE_ALGORITHMS 105
+#define GOST_R_INCOMPATIBLE_PEER_KEY 131
#define GOST_R_INVALID_CIPHER_PARAMS 106
#define GOST_R_INVALID_CIPHER_PARAM_OID 107
#define GOST_R_INVALID_DIGEST_TYPE 108