summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_err.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-01-18 22:19:46 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-01-18 22:19:46 +0000
commitfdc71eccecb481750786024e68825fa83bfc4bd9 (patch)
tree526fd9c2fd75aecc2931eed5a6972114c144418d /crypto/x509/x509_err.c
parent6c8abdd744ecba1cf06f03bea4a034412c5922dd (diff)
This is the result of a "make errors" with the new error building functionality
in place.
Diffstat (limited to 'crypto/x509/x509_err.c')
-rw-r--r--crypto/x509/x509_err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509/x509_err.c b/crypto/x509/x509_err.c
index 0c7e30b2c9..353b60dcc9 100644
--- a/crypto/x509/x509_err.c
+++ b/crypto/x509/x509_err.c
@@ -99,6 +99,7 @@ static ERR_STRING_DATA X509_str_reasons[]=
{X509_R_BAD_X509_FILETYPE ,"bad x509 filetype"},
{X509_R_CERT_ALREADY_IN_HASH_TABLE ,"cert already in hash table"},
{X509_R_ERR_ASN1_LIB ,"err asn1 lib"},
+{X509_R_INVALID_DIRECTORY ,"invalid directory"},
{X509_R_LOADING_CERT_DIR ,"loading cert dir"},
{X509_R_LOADING_DEFAULTS ,"loading defaults"},
{X509_R_NO_CERT_SET_FOR_US_TO_VERIFY ,"no cert set for us to verify"},