artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1327cff
)
Remove unused flags and arg2 members from X509_TRUST
author
tb
<tb@openbsd.org>
Sat, 23 Mar 2024 06:38:01 +0000
(06:38 +0000)
committer
tb
<tb@openbsd.org>
Sat, 23 Mar 2024 06:38:01 +0000
(06:38 +0000)
ok jsing
lib/libcrypto/x509/x509_trs.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/x509/x509_trs.c
b/lib/libcrypto/x509/x509_trs.c
index
0fd6f80
..
8fb0e35
100644
(file)
--- a/
lib/libcrypto/x509/x509_trs.c
+++ b/
lib/libcrypto/x509/x509_trs.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: x509_trs.c,v 1.4
3 2024/03/23 06:37:15
tb Exp $ */
+/* $OpenBSD: x509_trs.c,v 1.4
4 2024/03/23 06:38:01
tb Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 1999.
*/
@@
-69,11
+69,9
@@
typedef struct x509_trust_st {
int trust;
- int flags;
int (*check_trust)(struct x509_trust_st *, X509 *);
char *name;
int arg1;
- void *arg2;
} X509_TRUST;
static int