diff options
| author | tb <> | 2021-11-07 15:52:38 +0000 |
|---|---|---|
| committer | tb <> | 2021-11-07 15:52:38 +0000 |
| commit | df18937de2216b3ccdfae4fd8f3e8cb4f8758618 (patch) | |
| tree | a1e4035d23751a0a69ee548ab29d1266d756095d /src/lib/libcrypto/x509/x509_lcl.h | |
| parent | 04f74fcb117c9a3dfee31764c43203715cfe59c7 (diff) | |
| download | openbsd-df18937de2216b3ccdfae4fd8f3e8cb4f8758618.tar.gz openbsd-df18937de2216b3ccdfae4fd8f3e8cb4f8758618.tar.bz2 openbsd-df18937de2216b3ccdfae4fd8f3e8cb4f8758618.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 */ |
