summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/x509/x509v3.h3
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. */
141typedef BIT_STRING_BITNAME ENUMERATED_NAMES; 142typedef BIT_STRING_BITNAME ENUMERATED_NAMES;
142 143