diff options
author | tb <> | 2024-12-23 09:53:30 +0000 |
---|---|---|
committer | tb <> | 2024-12-23 09:53:30 +0000 |
commit | 4d0b3bb488ca6fc4c98f5810935d0386ac04fa6d (patch) | |
tree | e8b726254da95b7d45bdae48b88a0ec24bac4d91 /src | |
parent | 69591c10b93fcdb5a362b038a6d00addd3814022 (diff) | |
download | openbsd-4d0b3bb488ca6fc4c98f5810935d0386ac04fa6d.tar.gz openbsd-4d0b3bb488ca6fc4c98f5810935d0386ac04fa6d.tar.bz2 openbsd-4d0b3bb488ca6fc4c98f5810935d0386ac04fa6d.zip |
Annotate ENUMERATED_NAMES for potential removal
Only security/xca uses it for no good rean. It can use BIT_STRING_BITNAME
if it really needs to.
Diffstat (limited to 'src')
-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 47b5e5ade1..8424878d6e 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.37 2024/12/23 09:51:49 tb Exp $ */ | 1 | /* $OpenBSD: x509v3.h,v 1.38 2024/12/23 09:53:30 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 | */ |
@@ -137,6 +137,7 @@ DECLARE_STACK_OF(X509V3_EXT_METHOD) | |||
137 | /* XXX - can this be made internal? */ | 137 | /* XXX - can this be made internal? */ |
138 | #define X509V3_EXT_MULTILINE 0x4 | 138 | #define X509V3_EXT_MULTILINE 0x4 |
139 | 139 | ||
140 | /* XXX - remove it anyway? */ | ||
140 | /* Guess who uses this... Yes, of course, it's xca. */ | 141 | /* Guess who uses this... Yes, of course, it's xca. */ |
141 | typedef BIT_STRING_BITNAME ENUMERATED_NAMES; | 142 | typedef BIT_STRING_BITNAME ENUMERATED_NAMES; |
142 | 143 | ||