From 96dd57eb43c913bd5831db883e29231b45d3dc93 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 7 Nov 2021 15:52:38 +0000 Subject: In X509_STORE_CTX, rename the X509_STORE store rather than ctx. ok gnezdo jsing --- src/lib/libcrypto/x509/x509_lcl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/x509/x509_lcl.h') 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 { * and passed around. */ struct x509_store_ctx_st { - X509_STORE *ctx; + X509_STORE *store; int current_method; /* used when looking up certs */ /* The following are set by the caller */ -- cgit v1.2.3-55-g6feb