Remove needless redeclaration of word32 (it was in ssh.h)
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 22 Mar 2001 21:48:32 +0000 (21:48 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 22 Mar 2001 21:48:32 +0000 (21:48 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@1020 cda61777-01e9-0310-a592-d414129be87e

sshaes.c

index 68767cc..361cc64 100644 (file)
--- 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 */