X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/65a22376e5875181e41108028091018cdcd4fdae..ff89646a8828ce862d53b96a19ee6469dabce71a:/sshaes.c?ds=sidebyside diff --git a/sshaes.c b/sshaes.c index 68767cc6..361cc648 100644 --- a/sshaes.c +++ b/sshaes.c @@ -32,8 +32,6 @@ #include "ssh.h" -typedef unsigned int word32; - #define MAX_NR 14 /* max no of rounds */ #define MAX_NK 8 /* max no of words in input key */ #define MAX_NB 8 /* max no of words in cipher blk */