From: Simon Tatham Date: Thu, 22 Mar 2001 21:48:32 +0000 (+0000) Subject: Remove needless redeclaration of word32 (it was in ssh.h) X-Git-Tag: 0.52~375 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=3f63cf7d8842b6bd1aee61fe121a441b93441340;p=PuTTY.git Remove needless redeclaration of word32 (it was in ssh.h) [originally from svn r1020] --- 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 */