diff options
author | tb <> | 2021-10-31 16:26:08 +0000 |
---|---|---|
committer | tb <> | 2021-10-31 16:26:08 +0000 |
commit | c3e5ecc29abfb9feec1ad39a56f2749c2414c0a8 (patch) | |
tree | d8b5825f2aaf3134650e90422c9eefc95a3e2414 /src | |
parent | 349a0d8ef963a6a7abb1d42eed25865edf73b871 (diff) | |
download | openbsd-c3e5ecc29abfb9feec1ad39a56f2749c2414c0a8.tar.gz openbsd-c3e5ecc29abfb9feec1ad39a56f2749c2414c0a8.tar.bz2 openbsd-c3e5ecc29abfb9feec1ad39a56f2749c2414c0a8.zip |
Remove the unused X509_CERT_FILE_CTX struct.
ok beck jsing
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/x509/x509_vfy.h | 10 |
1 files changed, 1 insertions, 9 deletions
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 @@ | |||
1 | /* $OpenBSD: x509_vfy.h,v 1.42 2021/10/31 16:23:46 tb Exp $ */ | 1 | /* $OpenBSD: x509_vfy.h,v 1.43 2021/10/31 16:26:08 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -77,14 +77,6 @@ | |||
77 | extern "C" { | 77 | extern "C" { |
78 | #endif | 78 | #endif |
79 | 79 | ||
80 | typedef struct x509_file_st | ||
81 | { | ||
82 | int num_paths; /* number of paths to files or directories */ | ||
83 | int num_alloced; | ||
84 | char **paths; /* the list of paths or directories */ | ||
85 | int *path_type; | ||
86 | } X509_CERT_FILE_CTX; | ||
87 | |||
88 | /* | 80 | /* |
89 | * SSL_CTX -> X509_STORE | 81 | * SSL_CTX -> X509_STORE |
90 | * -> X509_LOOKUP | 82 | * -> X509_LOOKUP |