summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-03-02 10:49:03 +0000
committertb <>2024-03-02 10:49:03 +0000
commit09634739419a4aa9c4accd3a79896f8aac3b57d8 (patch)
tree7581dd50671f31b2b674c8ef8dd2348f57ea6aea
parentc648127e5d60b32b4c460a1b27578922e2ef72f1 (diff)
downloadopenbsd-09634739419a4aa9c4accd3a79896f8aac3b57d8.tar.gz
openbsd-09634739419a4aa9c4accd3a79896f8aac3b57d8.tar.bz2
openbsd-09634739419a4aa9c4accd3a79896f8aac3b57d8.zip
Remove DECLARE_STACK_OF(X509_TRUST)
Unused since the extensibility was neutered. ok jsing
-rw-r--r--src/lib/libcrypto/x509/x509.h4
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
169DECLARE_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 */