diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_err.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_err.c b/src/lib/libcrypto/x509/x509_err.c index 272d2894d8..84328df62a 100644 --- a/src/lib/libcrypto/x509/x509_err.c +++ b/src/lib/libcrypto/x509/x509_err.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_err.c,v 1.19 2023/02/16 08:38:17 tb Exp $ */ | 1 | /* $OpenBSD: x509_err.c,v 1.20 2023/04/23 21:31:16 job Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 1999-2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2006 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -104,6 +104,7 @@ static ERR_STRING_DATA X509_str_reasons[] = { | |||
| 104 | {ERR_REASON(X509_R_UNSUPPORTED_ALGORITHM), "unsupported algorithm"}, | 104 | {ERR_REASON(X509_R_UNSUPPORTED_ALGORITHM), "unsupported algorithm"}, |
| 105 | {ERR_REASON(X509_R_WRONG_LOOKUP_TYPE) , "wrong lookup type"}, | 105 | {ERR_REASON(X509_R_WRONG_LOOKUP_TYPE) , "wrong lookup type"}, |
| 106 | {ERR_REASON(X509_R_WRONG_TYPE) , "wrong type"}, | 106 | {ERR_REASON(X509_R_WRONG_TYPE) , "wrong type"}, |
| 107 | {ERR_REASON(X509_R_INVALID_VERSION) , "wrong x509 version"}, | ||
| 107 | {0, NULL} | 108 | {0, NULL} |
| 108 | }; | 109 | }; |
| 109 | 110 | ||
