1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

Annotate yet another greasy stinky tentacle of xca

I'm so tired of this.
This commit is contained in:
tb 2024-12-20 09:40:29 +00:00
parent 7b6392009e
commit abab89db3f

View File

@ -1,4 +1,4 @@
/* $OpenBSD: x509v3.h,v 1.35 2024/08/31 10:23:13 tb Exp $ */
/* $OpenBSD: x509v3.h,v 1.36 2024/12/20 09:40:29 tb Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 1999.
*/
@ -139,6 +139,7 @@ DECLARE_STACK_OF(X509V3_EXT_METHOD)
#define X509V3_EXT_CTX_DEP 0x2
#define X509V3_EXT_MULTILINE 0x4
/* Guess who uses this... Yes, of course, it's xca. */
typedef BIT_STRING_BITNAME ENUMERATED_NAMES;
typedef struct BASIC_CONSTRAINTS_st {