diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 4624628bf8..4b4bab8be8 100644 --- a/src/lib/libcrypto/x509/x509.h +++ b/src/lib/libcrypto/x509/x509.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509.h,v 1.87 2021/11/01 20:53:08 tb Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.88 2021/11/10 13:57:42 schwarze Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -1197,6 +1197,7 @@ void ERR_load_X509_strings(void); | |||
1197 | #define X509_R_LOADING_CERT_DIR 103 | 1197 | #define X509_R_LOADING_CERT_DIR 103 |
1198 | #define X509_R_LOADING_DEFAULTS 104 | 1198 | #define X509_R_LOADING_DEFAULTS 104 |
1199 | #define X509_R_METHOD_NOT_SUPPORTED 124 | 1199 | #define X509_R_METHOD_NOT_SUPPORTED 124 |
1200 | #define X509_R_NO_CERTIFICATE_OR_CRL_FOUND 136 | ||
1200 | #define X509_R_NO_CERT_SET_FOR_US_TO_VERIFY 105 | 1201 | #define X509_R_NO_CERT_SET_FOR_US_TO_VERIFY 105 |
1201 | #define X509_R_PUBLIC_KEY_DECODE_ERROR 125 | 1202 | #define X509_R_PUBLIC_KEY_DECODE_ERROR 125 |
1202 | #define X509_R_PUBLIC_KEY_ENCODE_ERROR 126 | 1203 | #define X509_R_PUBLIC_KEY_ENCODE_ERROR 126 |