diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/x509/x509v3.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/x509/x509v3.h b/src/lib/libcrypto/x509/x509v3.h index 8767d0ec46..47b5e5ade1 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.36 2024/12/20 09:40:29 tb Exp $ */ | 1 | /* $OpenBSD: x509v3.h,v 1.37 2024/12/23 09:51:49 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 | */ |
@@ -134,9 +134,7 @@ typedef struct v3_ext_method X509V3_EXT_METHOD; | |||
134 | 134 | ||
135 | DECLARE_STACK_OF(X509V3_EXT_METHOD) | 135 | DECLARE_STACK_OF(X509V3_EXT_METHOD) |
136 | 136 | ||
137 | /* ext_flags values */ | 137 | /* XXX - can this be made internal? */ |
138 | #define X509V3_EXT_DYNAMIC 0x1 | ||
139 | #define X509V3_EXT_CTX_DEP 0x2 | ||
140 | #define X509V3_EXT_MULTILINE 0x4 | 138 | #define X509V3_EXT_MULTILINE 0x4 |
141 | 139 | ||
142 | /* Guess who uses this... Yes, of course, it's xca. */ | 140 | /* Guess who uses this... Yes, of course, it's xca. */ |