diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-05-03 18:02:01 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-05-03 18:02:01 +0000 | 
| commit | 47b11f985b9e0ff561a67e19674de6fbcf79281d (patch) | |
| tree | da6c0490c1781cf42777777890fc53da00f780ed /crypto/x509/x509_err.c | |
| parent | 8f9fae4c4537bd423d1a266b3280c396a2e90f44 (diff) | |
Diffstat (limited to 'crypto/x509/x509_err.c')
| -rw-r--r-- | crypto/x509/x509_err.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/crypto/x509/x509_err.c b/crypto/x509/x509_err.c index 61a19f74109b0..a2b8b7fc358fe 100644 --- a/crypto/x509/x509_err.c +++ b/crypto/x509/x509_err.c @@ -145,6 +145,7 @@ static ERR_STRING_DATA X509_str_reasons[] = {      {ERR_REASON(X509_R_LOADING_CERT_DIR), "loading cert dir"},      {ERR_REASON(X509_R_LOADING_DEFAULTS), "loading defaults"},      {ERR_REASON(X509_R_METHOD_NOT_SUPPORTED), "method not supported"}, +    {ERR_REASON(X509_R_NAME_TOO_LONG), "name too long"},      {ERR_REASON(X509_R_NO_CERT_SET_FOR_US_TO_VERIFY),       "no cert set for us to verify"},      {ERR_REASON(X509_R_PUBLIC_KEY_DECODE_ERROR), "public key decode error"}, | 
