diff options
| author | tb <> | 2024-12-23 09:51:49 +0000 |
|---|---|---|
| committer | tb <> | 2024-12-23 09:51:49 +0000 |
| commit | 69591c10b93fcdb5a362b038a6d00addd3814022 (patch) | |
| tree | b976d471058ec03bbb67a56132617cad20eb4b40 /src | |
| parent | f22967b2fa35c97689f4724fc35c796ff789398f (diff) | |
| download | openbsd-69591c10b93fcdb5a362b038a6d00addd3814022.tar.gz openbsd-69591c10b93fcdb5a362b038a6d00addd3814022.tar.bz2 openbsd-69591c10b93fcdb5a362b038a6d00addd3814022.zip | |
Remove X509V3_EXT_{DYNAMIC,CTX_DEP}
LibreSSL has removed support for dynamically allocated custom extension
methods. The mysterious CTX_DEP define was part of an experimental code
dump and that part of the experimental code was never shown hence never
reviewed.
This went through a full amd64 bulk
noticed by/ok schwarze
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/x509/x509v3.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/x509/x509v3.h b/src/lib/libcrypto/x509/x509v3.h index 8767d0ec46..47b5e5ade1 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.36 2024/12/20 09:40:29 tb Exp $ */ | 1 | /* $OpenBSD: x509v3.h,v 1.37 2024/12/23 09:51:49 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 | */ |
| @@ -134,9 +134,7 @@ typedef struct v3_ext_method X509V3_EXT_METHOD; | |||
| 134 | 134 | ||
| 135 | DECLARE_STACK_OF(X509V3_EXT_METHOD) | 135 | DECLARE_STACK_OF(X509V3_EXT_METHOD) |
| 136 | 136 | ||
| 137 | /* ext_flags values */ | 137 | /* XXX - can this be made internal? */ |
| 138 | #define X509V3_EXT_DYNAMIC 0x1 | ||
| 139 | #define X509V3_EXT_CTX_DEP 0x2 | ||
| 140 | #define X509V3_EXT_MULTILINE 0x4 | 138 | #define X509V3_EXT_MULTILINE 0x4 |
| 141 | 139 | ||
| 142 | /* Guess who uses this... Yes, of course, it's xca. */ | 140 | /* Guess who uses this... Yes, of course, it's xca. */ |
