aboutsummaryrefslogtreecommitdiff
path: root/openssl/vendor/current/crypto/evp/evp_err.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-10-09 16:29:05 +0000
committerRob Austein <sra@hactrn.net>2006-10-09 16:29:05 +0000
commit1b2aa7959c86a835491c8cfca8c0683b747c1855 (patch)
tree9a0ba58647a2d57115f5c003ca4673e7693c950a /openssl/vendor/current/crypto/evp/evp_err.c
parent084adb601f2d375395c6cdcedf8af91f1065fe4e (diff)
Merge in vendor branch OpenSSL changes 0.9.8b -> 0.9.8d
svn path=/openssl/vendor/current/CHANGES; revision=375
Diffstat (limited to 'openssl/vendor/current/crypto/evp/evp_err.c')
-rw-r--r--openssl/vendor/current/crypto/evp/evp_err.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/vendor/current/crypto/evp/evp_err.c b/openssl/vendor/current/crypto/evp/evp_err.c
index e854aadf..cb6d9fac 100644
--- a/openssl/vendor/current/crypto/evp/evp_err.c
+++ b/openssl/vendor/current/crypto/evp/evp_err.c
@@ -71,6 +71,7 @@
static ERR_STRING_DATA EVP_str_functs[]=
{
{ERR_FUNC(EVP_F_AES_INIT_KEY), "AES_INIT_KEY"},
+{ERR_FUNC(EVP_F_CAMELLIA_INIT_KEY), "CAMELLIA_INIT_KEY"},
{ERR_FUNC(EVP_F_D2I_PKEY), "D2I_PKEY"},
{ERR_FUNC(EVP_F_DSAPKEY2PKCS8), "DSAPKEY2PKCS8"},
{ERR_FUNC(EVP_F_DSA_PKEY2PKCS8), "DSA_PKEY2PKCS8"},
@@ -117,6 +118,7 @@ static ERR_STRING_DATA EVP_str_reasons[]=
{ERR_REASON(EVP_R_BAD_KEY_LENGTH) ,"bad key length"},
{ERR_REASON(EVP_R_BN_DECODE_ERROR) ,"bn decode error"},
{ERR_REASON(EVP_R_BN_PUBKEY_ERROR) ,"bn pubkey error"},
+{ERR_REASON(EVP_R_CAMELLIA_KEY_SETUP_FAILED),"camellia key setup failed"},
{ERR_REASON(EVP_R_CIPHER_PARAMETER_ERROR),"cipher parameter error"},
{ERR_REASON(EVP_R_CTRL_NOT_IMPLEMENTED) ,"ctrl not implemented"},
{ERR_REASON(EVP_R_CTRL_OPERATION_NOT_IMPLEMENTED),"ctrl operation not implemented"},