From: Niels Möller Date: Sun, 23 Apr 2000 18:19:26 +0000 (+0200) Subject: *** empty log message *** X-Git-Tag: release_nettle_0.2.20010617~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31cda9563796bcd4c50dd3722d1e6242ed28dcac;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/symmetric/twofish.c:1.6 --- diff --git a/twofish.c b/twofish.c index f9df92da..31f5ff25 100644 --- a/twofish.c +++ b/twofish.c @@ -330,7 +330,6 @@ twofish_selftest(void) 0x9F, 0x0C, 0xFC, 0xCA, 0xE8, 0x7C, 0xFA, 0x20 }; TWOFISH_context context; - int i; byte plaintext[16], ciphertext[16]; twofish_setup(&context, 16, testkey128);