summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 */