diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index e8cedaae13..ece9028880 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.97 2023/04/23 21:31:16 job Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.98 2023/04/24 08:39:06 job 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 | * |
@@ -1181,6 +1181,7 @@ void ERR_load_X509_strings(void); | |||
1181 | #define X509_R_INVALID_DIRECTORY 113 | 1181 | #define X509_R_INVALID_DIRECTORY 113 |
1182 | #define X509_R_INVALID_FIELD_NAME 119 | 1182 | #define X509_R_INVALID_FIELD_NAME 119 |
1183 | #define X509_R_INVALID_TRUST 123 | 1183 | #define X509_R_INVALID_TRUST 123 |
1184 | #define X509_R_INVALID_VERSION 137 | ||
1184 | #define X509_R_KEY_TYPE_MISMATCH 115 | 1185 | #define X509_R_KEY_TYPE_MISMATCH 115 |
1185 | #define X509_R_KEY_VALUES_MISMATCH 116 | 1186 | #define X509_R_KEY_VALUES_MISMATCH 116 |
1186 | #define X509_R_LOADING_CERT_DIR 103 | 1187 | #define X509_R_LOADING_CERT_DIR 103 |
@@ -1200,7 +1201,6 @@ void ERR_load_X509_strings(void); | |||
1200 | #define X509_R_UNSUPPORTED_ALGORITHM 111 | 1201 | #define X509_R_UNSUPPORTED_ALGORITHM 111 |
1201 | #define X509_R_WRONG_LOOKUP_TYPE 112 | 1202 | #define X509_R_WRONG_LOOKUP_TYPE 112 |
1202 | #define X509_R_WRONG_TYPE 122 | 1203 | #define X509_R_WRONG_TYPE 122 |
1203 | #define X509_R_INVALID_VERSION 123 | ||
1204 | 1204 | ||
1205 | #ifdef __cplusplus | 1205 | #ifdef __cplusplus |
1206 | } | 1206 | } |