diff options
author | tb <> | 2024-12-23 09:53:30 +0000 |
---|---|---|
committer | tb <> | 2024-12-23 09:53:30 +0000 |
commit | 2553d78b797c1fec77fa5a3285dc8aa05f7e71b1 (patch) | |
tree | e8b726254da95b7d45bdae48b88a0ec24bac4d91 /src | |
parent | c3ee7eea347983f78cc260d0c3ef78348f53a28f (diff) | |
download | openbsd-2553d78b797c1fec77fa5a3285dc8aa05f7e71b1.tar.gz openbsd-2553d78b797c1fec77fa5a3285dc8aa05f7e71b1.tar.bz2 openbsd-2553d78b797c1fec77fa5a3285dc8aa05f7e71b1.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 | ||