X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d4480d78a3b22a7a43ff8dc2d52ef293e1032cf5..e94b1ec49475425f8fa8002b405ae8c5a3e3b31b:/sshblowf.c diff --git a/sshblowf.c b/sshblowf.c index 60835b3e..a264c3c5 100644 --- a/sshblowf.c +++ b/sshblowf.c @@ -389,6 +389,7 @@ static void blowfish_msb_decrypt_cbc(unsigned char *blk, int len, ctx->iv1 = iv1; } +#ifdef ENABLE_BLOWFISH_SSH2_CTR static void blowfish_msb_sdctr(unsigned char *blk, int len, BlowfishContext * ctx) { @@ -414,6 +415,7 @@ static void blowfish_msb_sdctr(unsigned char *blk, int len, ctx->iv0 = iv0; ctx->iv1 = iv1; } +#endif static void blowfish_setkey(BlowfishContext * ctx, const unsigned char *key, short keybytes)