From: tb Date: Fri, 29 Dec 2023 05:17:20 +0000 (+0000) Subject: Remove the unused init flag of X509_LOOKUP X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2b2a322382f2ed37246140982008dc2c9fc661b8;p=openbsd Remove the unused init flag of X509_LOOKUP --- diff --git a/lib/libcrypto/x509/x509_local.h b/lib/libcrypto/x509/x509_local.h index d4197e66c05..6ae930614b2 100644 --- a/lib/libcrypto/x509/x509_local.h +++ b/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 */