diff options
author | tb <> | 2021-11-07 15:52:38 +0000 |
---|---|---|
committer | tb <> | 2021-11-07 15:52:38 +0000 |
commit | 96dd57eb43c913bd5831db883e29231b45d3dc93 (patch) | |
tree | a1e4035d23751a0a69ee548ab29d1266d756095d /src/lib/libcrypto/x509/x509_lcl.h | |
parent | 9a03e04c6f0b6f8a87ed2d3598d6890d034dad59 (diff) | |
download | openbsd-96dd57eb43c913bd5831db883e29231b45d3dc93.tar.gz openbsd-96dd57eb43c913bd5831db883e29231b45d3dc93.tar.bz2 openbsd-96dd57eb43c913bd5831db883e29231b45d3dc93.zip |
In X509_STORE_CTX, rename the X509_STORE store rather than ctx.
ok gnezdo jsing
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 */ |