Rename X509_STORE ptr stored in opaque struct X509_STORE_CTX
authorShane Lontis <shane.lontis@oracle.com>
Wed, 31 Jul 2019 10:56:34 +0000 (20:56 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 31 Jul 2019 10:56:34 +0000 (20:56 +1000)
commitfaa9dcd4d468441422254ab2d887bb267e0245b6
tree06588f93b31f65afe84143c7987266795e7ef8e4
parente870791a4d6aea3a0275396bd01da629cb6f4ac8
Rename X509_STORE ptr stored in opaque struct X509_STORE_CTX

Change name from 'ctx' to 'store' to remove ctx->ctx from code.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9405)
crypto/include/internal/x509_int.h
crypto/x509/x509_lu.c
crypto/x509/x509_vfy.c