From 09634739419a4aa9c4accd3a79896f8aac3b57d8 Mon Sep 17 00:00:00 2001
From: tb <>
Date: Sat, 2 Mar 2024 10:49:03 +0000
Subject: Remove DECLARE_STACK_OF(X509_TRUST)

Unused since the extensibility was neutered.

ok jsing
---
 src/lib/libcrypto/x509/x509.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'src/lib')

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 @@
-/* $OpenBSD: x509.h,v 1.107 2024/03/02 10:48:17 tb Exp $ */
+/* $OpenBSD: x509.h,v 1.108 2024/03/02 10:49:03 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -166,8 +166,6 @@ typedef struct x509_trust_st {
 	void *arg2;
 } X509_TRUST;
 
-DECLARE_STACK_OF(X509_TRUST)
-
 /* standard trust ids */
 
 /* OpenSSL changed this to 0 */
-- 
cgit v1.2.3-55-g6feb