Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Remove needless redeclaration of word32 (it was in ssh.h)
Browse files Browse the repository at this point in the history
[originally from svn r1020]
  • Loading branch information
sgtatham committed Mar 22, 2001
1 parent 4d88130 commit 3f63cf7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sshaes.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3f63cf7

Please sign in to comment.