summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_lcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509_lcl.h')
-rw-r--r--src/lib/libcrypto/x509/x509_lcl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_lcl.h b/src/lib/libcrypto/x509/x509_lcl.h
index e1894e5523..9ef99584d1 100644
--- a/src/lib/libcrypto/x509/x509_lcl.h
+++ b/src/lib/libcrypto/x509/x509_lcl.h
@@ -288,7 +288,6 @@ struct X509_VERIFY_PARAM_st {
288 */ 288 */
289struct x509_store_st { 289struct x509_store_st {
290 /* The following is a cache of trusted certs */ 290 /* The following is a cache of trusted certs */
291 int cache; /* if true, stash any hits */
292 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ 291 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */
293 292
294 /* These are external lookup methods */ 293 /* These are external lookup methods */
@@ -316,7 +315,6 @@ struct x509_store_st {
316/* This is the functions plus an instance of the local variables. */ 315/* This is the functions plus an instance of the local variables. */
317struct x509_lookup_st { 316struct x509_lookup_st {
318 int init; /* have we been started */ 317 int init; /* have we been started */
319 int skip; /* don't use us. */
320 X509_LOOKUP_METHOD *method; /* the functions */ 318 X509_LOOKUP_METHOD *method; /* the functions */
321 char *method_data; /* method data */ 319 char *method_data; /* method data */
322 320