aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err/err.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-05-24 13:09:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-05-24 13:09:59 +0000
commitb4b41f48d1cfb6151e24e9c5f28019d3cfa5ec96 (patch)
treea7b95ab971ed86b880d1b62202b607a956fcf192 /crypto/err/err.c
parent447a9638b77ab1998ce1f246d1fd044df01a49e2 (diff)
downloadopenssl-b4b41f48d1cfb6151e24e9c5f28019d3cfa5ec96.tar.gz
Add DSA library string. Workaround for IIS .key file invalid
ASN1 encoding.
Diffstat (limited to 'crypto/err/err.c')
-rw-r--r--crypto/err/err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/err/err.c b/crypto/err/err.c
index 0944cc220e..b0ee24c324 100644
--- a/crypto/err/err.c
+++ b/crypto/err/err.c
@@ -137,6 +137,7 @@ static ERR_STRING_DATA ERR_str_libraries[]=
{ERR_PACK(ERR_LIB_SYS,0,0) ,"system library"},
{ERR_PACK(ERR_LIB_BN,0,0) ,"bignum routines"},
{ERR_PACK(ERR_LIB_RSA,0,0) ,"rsa routines"},
+{ERR_PACK(ERR_LIB_DSA,0,0) ,"dsa routines"},
{ERR_PACK(ERR_LIB_DH,0,0) ,"Diffie-Hellman routines"},
{ERR_PACK(ERR_LIB_EVP,0,0) ,"digital envelope routines"},
{ERR_PACK(ERR_LIB_BUF,0,0) ,"memory buffer routines"},