diff options
-rw-r--r-- | src/lib/libcrypto/x509/x509v3.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509v3.h b/src/lib/libcrypto/x509/x509v3.h index 166ac66a28..8767d0ec46 100644 --- a/src/lib/libcrypto/x509/x509v3.h +++ b/src/lib/libcrypto/x509/x509v3.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509v3.h,v 1.35 2024/08/31 10:23:13 tb Exp $ */ | 1 | /* $OpenBSD: x509v3.h,v 1.36 2024/12/20 09:40:29 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 1999. | 3 | * project 1999. |
4 | */ | 4 | */ |
@@ -139,6 +139,7 @@ DECLARE_STACK_OF(X509V3_EXT_METHOD) | |||
139 | #define X509V3_EXT_CTX_DEP 0x2 | 139 | #define X509V3_EXT_CTX_DEP 0x2 |
140 | #define X509V3_EXT_MULTILINE 0x4 | 140 | #define X509V3_EXT_MULTILINE 0x4 |
141 | 141 | ||
142 | /* Guess who uses this... Yes, of course, it's xca. */ | ||
142 | typedef BIT_STRING_BITNAME ENUMERATED_NAMES; | 143 | typedef BIT_STRING_BITNAME ENUMERATED_NAMES; |
143 | 144 | ||
144 | typedef struct BASIC_CONSTRAINTS_st { | 145 | typedef struct BASIC_CONSTRAINTS_st { |