From 1403bca0e40f316819d03224cbc102ccadf8647c Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 29 Dec 2023 05:17:20 +0000 Subject: Remove the unused init flag of X509_LOOKUP --- src/lib/libcrypto/x509/x509_local.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/x509/x509_local.h b/src/lib/libcrypto/x509/x509_local.h index d4197e66c0..6ae930614b 100644 --- a/src/lib/libcrypto/x509/x509_local.h +++ b/src/lib/libcrypto/x509/x509_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_local.h,v 1.15 2023/12/25 22:14:23 tb Exp $ */ +/* $OpenBSD: x509_local.h,v 1.16 2023/12/29 05:17:20 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2013. */ @@ -299,7 +299,6 @@ struct x509_store_st { /* This is the functions plus an instance of the local variables. */ struct x509_lookup_st { - int init; /* have we been started */ X509_LOOKUP_METHOD *method; /* the functions */ char *method_data; /* method data */ -- cgit v1.2.3-55-g6feb