1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 20:12:48 -05:00

Expose the structure tag 'crcda_ctx'.

This one isn't used in many places, but it's another 'void *' pointer
that ought to come with an identifying structure tag.
This commit is contained in:
Simon Tatham
2018-09-13 13:00:56 +01:00
parent 3aae1f9d76
commit 65b65bb8ef
3 changed files with 8 additions and 9 deletions

View File

@ -20,7 +20,7 @@ struct ssh1_bpp_state {
const struct ssh_cipher *cipher;
void *cipher_ctx;
void *crcda_ctx;
struct crcda_ctx *crcda_ctx;
void *compctx, *decompctx;