summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-03-02 10:49:04 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-03-02 10:49:04 +0000
commitc618402614782103efc4db696059bccf9ec8e923 (patch)
treef07e0ba74afad1ab06f74e8045fa4a54b89b8005
parentb69a609d8924485be3c8e5d704d5ba92f9939738 (diff)
Remove DECLARE_STACK_OF(X509_TRUST)
Unused since the extensibility was neutered. ok jsing
-rw-r--r--lib/libcrypto/x509/x509.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcrypto/x509/x509.h b/lib/libcrypto/x509/x509.h
index 70d931c5780..cd332a986b8 100644
--- a/lib/libcrypto/x509/x509.h
+++ b/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 */