diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-10-31 16:26:09 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-10-31 16:26:09 +0000 |
commit | 33dfb367a1f3a881cd4ea0a083cb94d4c79de2de (patch) | |
tree | 86619d8ee6b321f152d727d75e129406a61f8e70 | |
parent | e949b2e73300d540a6cab3d79a6dc422a09dbe2c (diff) |
Remove the unused X509_CERT_FILE_CTX struct.
ok beck jsing
-rw-r--r-- | lib/libcrypto/x509/x509_vfy.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libcrypto/x509/x509_vfy.h b/lib/libcrypto/x509/x509_vfy.h index 18892172336..d84df8a96e2 100644 --- a/lib/libcrypto/x509/x509_vfy.h +++ b/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 |