diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index cd332a986b..c89e8fc757 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.108 2024/03/02 10:49:03 tb Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.109 2024/03/02 10:50:26 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 | * |
@@ -155,17 +155,6 @@ typedef struct x509_cinf_st X509_CINF; | |||
155 | 155 | ||
156 | DECLARE_STACK_OF(X509) | 156 | DECLARE_STACK_OF(X509) |
157 | 157 | ||
158 | /* This is used for a table of trust checking functions */ | ||
159 | |||
160 | typedef struct x509_trust_st { | ||
161 | int trust; | ||
162 | int flags; | ||
163 | int (*check_trust)(struct x509_trust_st *, X509 *, int); | ||
164 | char *name; | ||
165 | int arg1; | ||
166 | void *arg2; | ||
167 | } X509_TRUST; | ||
168 | |||
169 | /* standard trust ids */ | 158 | /* standard trust ids */ |
170 | 159 | ||
171 | /* OpenSSL changed this to 0 */ | 160 | /* OpenSSL changed this to 0 */ |