diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_lcl.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509_lcl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_lcl.h b/src/lib/libcrypto/x509/x509_lcl.h index c9df239c3d..8fb1f27255 100644 --- a/src/lib/libcrypto/x509/x509_lcl.h +++ b/src/lib/libcrypto/x509/x509_lcl.h | |||
@@ -327,7 +327,7 @@ struct x509_lookup_st { | |||
327 | * and passed around. | 327 | * and passed around. |
328 | */ | 328 | */ |
329 | struct x509_store_ctx_st { | 329 | struct x509_store_ctx_st { |
330 | X509_STORE *ctx; | 330 | X509_STORE *store; |
331 | int current_method; /* used when looking up certs */ | 331 | int current_method; /* used when looking up certs */ |
332 | 332 | ||
333 | /* The following are set by the caller */ | 333 | /* The following are set by the caller */ |