diff options
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 |