mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Remove an obsolete declaration.
ssh1_bpp_requested_compression was removed in commit 344ec3aec
, but
its header-file declaration outlived it by mistake.
This commit is contained in:
parent
8d7150b1ac
commit
3229d468b9
5
sshbpp.h
5
sshbpp.h
@ -56,11 +56,6 @@ BinaryPacketProtocol *ssh1_bpp_new(LogContext *logctx);
|
||||
void ssh1_bpp_new_cipher(BinaryPacketProtocol *bpp,
|
||||
const struct ssh1_cipheralg *cipher,
|
||||
const void *session_key);
|
||||
/* requested_compression() notifies the SSH-1 BPP that we've just sent
|
||||
* a request to enable compression, which means that on receiving the
|
||||
* next SSH1_SMSG_SUCCESS or SSH1_SMSG_FAILURE message, it should set
|
||||
* up zlib compression if it was SUCCESS. */
|
||||
void ssh1_bpp_requested_compression(BinaryPacketProtocol *bpp);
|
||||
|
||||
/* Helper routine which does common BPP initialisation, e.g. setting
|
||||
* up in_pq and out_pq, and initialising input_consumer. */
|
||||
|
Loading…
Reference in New Issue
Block a user