From 2553d78b797c1fec77fa5a3285dc8aa05f7e71b1 Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 23 Dec 2024 09:53:30 +0000 Subject: 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. --- src/lib/libcrypto/x509/x509v3.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ -/* $OpenBSD: x509v3.h,v 1.37 2024/12/23 09:51:49 tb Exp $ */ +/* $OpenBSD: x509v3.h,v 1.38 2024/12/23 09:53:30 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -137,6 +137,7 @@ DECLARE_STACK_OF(X509V3_EXT_METHOD) /* XXX - can this be made internal? */ #define X509V3_EXT_MULTILINE 0x4 +/* XXX - remove it anyway? */ /* Guess who uses this... Yes, of course, it's xca. */ typedef BIT_STRING_BITNAME ENUMERATED_NAMES; -- cgit v1.2.3-55-g6feb