Update TortoiseGitPlink to PuTTY Plink 0.78
[TortoiseGit.git] / src / TortoisePlink / stubs / null-cipher.c
blob94a9ed5d65d4bef329caafd04ebf4d32c8acf911
1 /*
2 * Implementation of shared trivial routines that ssh_cipher
3 * implementations might use.
4 */
6 #include "ssh.h"
8 void nullcipher_next_message(ssh_cipher *cipher)
10 /* Most ciphers don't do anything at all with this */