summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/x509_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/include/internal/x509_int.h')
-rw-r--r--crypto/include/internal/x509_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/include/internal/x509_int.h b/crypto/include/internal/x509_int.h
index f6897e1421..11a776953b 100644
--- a/crypto/include/internal/x509_int.h
+++ b/crypto/include/internal/x509_int.h
@@ -197,7 +197,7 @@ struct x509_st {
* kept and passed around.
*/
struct x509_store_ctx_st { /* X509_STORE_CTX */
- X509_STORE *ctx;
+ X509_STORE *store;
/* The following are set by the caller */
/* The cert to check */
X509 *cert;