artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a41507b
)
Add back trust member of X509_TRUST that I accidentally deleted
author
tb
<tb@openbsd.org>
Mon, 25 Mar 2024 02:18:35 +0000
(
02:18
+0000)
committer
tb
<tb@openbsd.org>
Mon, 25 Mar 2024 02:18:35 +0000
(
02:18
+0000)
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
0913406
..
3466268
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.5
1 2024/03/25 01:48:50
tb Exp $ */
+/* $OpenBSD: x509_trs.c,v 1.5
2 2024/03/25 02:18:35
tb Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 1999.
*/
@@
-69,6
+69,7
@@
#include "x509_local.h"
typedef struct x509_trust_st {
+ int trust;
int (*check_trust)(int, const X509 *);
int nid;
} X509_TRUST;