]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Remove needless redeclaration of word32 (it was in ssh.h)
authorSimon Tatham <anakin@pobox.com>
Thu, 22 Mar 2001 21:48:32 +0000 (21:48 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 22 Mar 2001 21:48:32 +0000 (21:48 +0000)
[originally from svn r1020]

sshaes.c

index 68767cc629152da5f93fa049fd2f7ae85ae2e13d..361cc648c9da9c0563b7c6afae681e5b87a45a52 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 */