mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 09:12:24 +00:00
Remove needless redeclaration of word32 (it was in ssh.h)
[originally from svn r1020]
This commit is contained in:
parent
4d881300c8
commit
3f63cf7d88
2
sshaes.c
2
sshaes.c
@ -32,8 +32,6 @@
|
|||||||
|
|
||||||
#include "ssh.h"
|
#include "ssh.h"
|
||||||
|
|
||||||
typedef unsigned int word32;
|
|
||||||
|
|
||||||
#define MAX_NR 14 /* max no of rounds */
|
#define MAX_NR 14 /* max no of rounds */
|
||||||
#define MAX_NK 8 /* max no of words in input key */
|
#define MAX_NK 8 /* max no of words in input key */
|
||||||
#define MAX_NB 8 /* max no of words in cipher blk */
|
#define MAX_NB 8 /* max no of words in cipher blk */
|
||||||
|
Loading…
Reference in New Issue
Block a user