From c3e5ecc29abfb9feec1ad39a56f2749c2414c0a8 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 31 Oct 2021 16:26:08 +0000 Subject: Remove the unused X509_CERT_FILE_CTX struct. ok beck jsing --- src/lib/libcrypto/x509/x509_vfy.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/x509/x509_vfy.h b/src/lib/libcrypto/x509/x509_vfy.h index 1889217233..d84df8a96e 100644 --- a/src/lib/libcrypto/x509/x509_vfy.h +++ b/src/lib/libcrypto/x509/x509_vfy.h @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_vfy.h,v 1.42 2021/10/31 16:23:46 tb Exp $ */ +/* $OpenBSD: x509_vfy.h,v 1.43 2021/10/31 16:26:08 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -77,14 +77,6 @@ extern "C" { #endif -typedef struct x509_file_st - { - int num_paths; /* number of paths to files or directories */ - int num_alloced; - char **paths; /* the list of paths or directories */ - int *path_type; - } X509_CERT_FILE_CTX; - /* * SSL_CTX -> X509_STORE * -> X509_LOOKUP -- cgit v1.2.3-55-g6feb