From 46d8ba792a14ac9d8233a7c423f2c34283f93865 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 23 Mar 2024 06:38:01 +0000 Subject: [PATCH] Remove unused flags and arg2 members from X509_TRUST ok jsing --- lib/libcrypto/x509/x509_trs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/libcrypto/x509/x509_trs.c b/lib/libcrypto/x509/x509_trs.c index 0fd6f80df4b..8fb0e35f67e 100644 --- a/lib/libcrypto/x509/x509_trs.c +++ b/lib/libcrypto/x509/x509_trs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_trs.c,v 1.43 2024/03/23 06:37:15 tb Exp $ */ +/* $OpenBSD: x509_trs.c,v 1.44 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 -- 2.20.1