summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2024-12-20 09:40:29 +0000
committertb <>2024-12-20 09:40:29 +0000
commit971bba1410712b379ecc7a87b6162cf30d95a4d4 (patch)
tree9f71d4c98abcb38866ed62c90eb668fd2c1d2ea4 /src/lib
parent0f29c352ca0efe3c3a1facb4e84a69fb6c5bd49f (diff)
downloadopenbsd-971bba1410712b379ecc7a87b6162cf30d95a4d4.tar.gz
openbsd-971bba1410712b379ecc7a87b6162cf30d95a4d4.tar.bz2
openbsd-971bba1410712b379ecc7a87b6162cf30d95a4d4.zip
Annotate yet another greasy stinky tentacle of xca
I'm so tired of this.
Diffstat (limited to 'src/lib')
-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 166ac66a28..8767d0ec46 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.35 2024/08/31 10:23:13 tb Exp $ */ 1/* $OpenBSD: x509v3.h,v 1.36 2024/12/20 09:40:29 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 */
@@ -139,6 +139,7 @@ DECLARE_STACK_OF(X509V3_EXT_METHOD)
139#define X509V3_EXT_CTX_DEP 0x2 139#define X509V3_EXT_CTX_DEP 0x2
140#define X509V3_EXT_MULTILINE 0x4 140#define X509V3_EXT_MULTILINE 0x4
141 141
142/* Guess who uses this... Yes, of course, it's xca. */
142typedef BIT_STRING_BITNAME ENUMERATED_NAMES; 143typedef BIT_STRING_BITNAME ENUMERATED_NAMES;
143 144
144typedef struct BASIC_CONSTRAINTS_st { 145typedef struct BASIC_CONSTRAINTS_st {