diff options
author | tb <> | 2024-12-20 09:40:29 +0000 |
---|---|---|
committer | tb <> | 2024-12-20 09:40:29 +0000 |
commit | 971bba1410712b379ecc7a87b6162cf30d95a4d4 (patch) | |
tree | 9f71d4c98abcb38866ed62c90eb668fd2c1d2ea4 /src/lib | |
parent | 0f29c352ca0efe3c3a1facb4e84a69fb6c5bd49f (diff) | |
download | openbsd-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.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 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. */ | ||
142 | typedef BIT_STRING_BITNAME ENUMERATED_NAMES; | 143 | typedef BIT_STRING_BITNAME ENUMERATED_NAMES; |
143 | 144 | ||
144 | typedef struct BASIC_CONSTRAINTS_st { | 145 | typedef struct BASIC_CONSTRAINTS_st { |