summaryrefslogtreecommitdiffstats
path: root/crypto/err/err.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-06 18:17:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-06 18:17:05 +0000
commit4c8855b975bdd1b4c84cf32a6a4748d40ea4a14c (patch)
tree8ae8ea29c8d0d7a63c2527ef4c659b66e2d09b73 /crypto/err/err.c
parente71bbd26e713c6647595cc3588e141444d5639c4 (diff)
Add missing error code strings.
Diffstat (limited to 'crypto/err/err.c')
-rw-r--r--crypto/err/err.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/err/err.c b/crypto/err/err.c
index b586004166..91949ba468 100644
--- a/crypto/err/err.c
+++ b/crypto/err/err.c
@@ -145,6 +145,8 @@ static ERR_STRING_DATA ERR_str_libraries[]=
{ERR_PACK(ERR_LIB_CONF,0,0) ,"configuration file routines"},
{ERR_PACK(ERR_LIB_CRYPTO,0,0) ,"common libcrypto routines"},
{ERR_PACK(ERR_LIB_EC,0,0) ,"elliptic curve routines"},
+{ERR_PACK(ERR_LIB_ECDSA,0,0) ,"ECDSA routines"},
+{ERR_PACK(ERR_LIB_ECDH,0,0) ,"ECDH routines"},
{ERR_PACK(ERR_LIB_SSL,0,0) ,"SSL routines"},
{ERR_PACK(ERR_LIB_BIO,0,0) ,"BIO routines"},
{ERR_PACK(ERR_LIB_PKCS7,0,0) ,"PKCS7 routines"},
@@ -205,6 +207,7 @@ static ERR_STRING_DATA ERR_str_reasons[]=
{ERR_R_ENGINE_LIB ,"ENGINE lib"},
{ERR_R_OCSP_LIB ,"OCSP lib"},
{ERR_R_TS_LIB ,"TS lib"},
+{ERR_R_ECDSA_LIB ,"ECDSA lib"},
{ERR_R_NESTED_ASN1_ERROR ,"nested asn1 error"},
{ERR_R_BAD_ASN1_OBJECT_HEADER ,"bad asn1 object header"},