summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto
diff options
context:
space:
mode:
authortb <>2023-12-29 05:17:20 +0000
committertb <>2023-12-29 05:17:20 +0000
commit1403bca0e40f316819d03224cbc102ccadf8647c (patch)
treeb98a3ec5536b9e13f57a792691e66adfefef0deb /src/lib/libcrypto
parent8b997a41c9dd32b50a2349c56bffc17de6c5b753 (diff)
downloadopenbsd-1403bca0e40f316819d03224cbc102ccadf8647c.tar.gz
openbsd-1403bca0e40f316819d03224cbc102ccadf8647c.tar.bz2
openbsd-1403bca0e40f316819d03224cbc102ccadf8647c.zip
Remove the unused init flag of X509_LOOKUP
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r--src/lib/libcrypto/x509/x509_local.h3
1 files changed, 1 insertions, 2 deletions
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 @@
1/* $OpenBSD: x509_local.h,v 1.15 2023/12/25 22:14:23 tb Exp $ */ 1/* $OpenBSD: x509_local.h,v 1.16 2023/12/29 05:17:20 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2013. 3 * project 2013.
4 */ 4 */
@@ -299,7 +299,6 @@ struct x509_store_st {
299 299
300/* This is the functions plus an instance of the local variables. */ 300/* This is the functions plus an instance of the local variables. */
301struct x509_lookup_st { 301struct x509_lookup_st {
302 int init; /* have we been started */
303 X509_LOOKUP_METHOD *method; /* the functions */ 302 X509_LOOKUP_METHOD *method; /* the functions */
304 char *method_data; /* method data */ 303 char *method_data; /* method data */
305 304