diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-26 21:02:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-26 21:02:16 +0000 |
commit | 78e9a0dcdc5aa849d4ae0c65cff2428cd4d6a7e3 (patch) | |
tree | fe51f465b5246c6ff90461b993b4894405798e58 /usr.bin/ssh/authfile.c | |
parent | 8c922cd518cd36a281ce7cb57136ab3daff4af36 (diff) |
all the idea code goes away
Diffstat (limited to 'usr.bin/ssh/authfile.c')
-rw-r--r-- | usr.bin/ssh/authfile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/authfile.c b/usr.bin/ssh/authfile.c index 3fea2d14b1f..5238a8f4af1 100644 --- a/usr.bin/ssh/authfile.c +++ b/usr.bin/ssh/authfile.c @@ -15,11 +15,10 @@ for reading the passphrase from the user. */ #include "includes.h" -RCSID("$Id: authfile.c,v 1.1 1999/09/26 20:53:33 deraadt Exp $"); +RCSID("$Id: authfile.c,v 1.2 1999/09/26 21:02:15 deraadt Exp $"); #include <gmp.h> #include "xmalloc.h" -#include "idea.h" #include "buffer.h" #include "bufaux.h" #include "cipher.h" |