diff options
| author | tb <> | 2024-03-02 10:49:03 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 10:49:03 +0000 |
| commit | 2870b50968a01fdfa5f8d86f84057dad1464712d (patch) | |
| tree | 7581dd50671f31b2b674c8ef8dd2348f57ea6aea /src | |
| parent | bd61e1e1013cfd2b6462e4fbf774072eb184c44c (diff) | |
| download | openbsd-2870b50968a01fdfa5f8d86f84057dad1464712d.tar.gz openbsd-2870b50968a01fdfa5f8d86f84057dad1464712d.tar.bz2 openbsd-2870b50968a01fdfa5f8d86f84057dad1464712d.zip | |
Remove DECLARE_STACK_OF(X509_TRUST)
Unused since the extensibility was neutered.
ok jsing
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/x509/x509.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 70d931c578..cd332a986b 100644 --- a/src/lib/libcrypto/x509/x509.h +++ b/src/lib/libcrypto/x509/x509.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509.h,v 1.107 2024/03/02 10:48:17 tb Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.108 2024/03/02 10:49:03 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -166,8 +166,6 @@ typedef struct x509_trust_st { | |||
| 166 | void *arg2; | 166 | void *arg2; |
| 167 | } X509_TRUST; | 167 | } X509_TRUST; |
| 168 | 168 | ||
| 169 | DECLARE_STACK_OF(X509_TRUST) | ||
| 170 | |||
| 171 | /* standard trust ids */ | 169 | /* standard trust ids */ |
| 172 | 170 | ||
| 173 | /* OpenSSL changed this to 0 */ | 171 | /* OpenSSL changed this to 0 */ |
