artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
860b75f
)
Remove DECLARE_STACK_OF(X509_TRUST)
author
tb
<tb@openbsd.org>
Sat, 2 Mar 2024 10:49:03 +0000
(10:49 +0000)
committer
tb
<tb@openbsd.org>
Sat, 2 Mar 2024 10:49:03 +0000
(10:49 +0000)
Unused since the extensibility was neutered.
ok jsing
lib/libcrypto/x509/x509.h
patch
|
blob
|
history
diff --git
a/lib/libcrypto/x509/x509.h
b/lib/libcrypto/x509/x509.h
index
70d931c
..
cd332a9
100644
(file)
--- a/
lib/libcrypto/x509/x509.h
+++ b/
lib/libcrypto/x509/x509.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: x509.h,v 1.10
7 2024/03/02 10:48:17
tb Exp $ */
+/* $OpenBSD: x509.h,v 1.10
8 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 */