diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-01-22 08:32:54 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-01-22 08:32:54 +0000 |
commit | dcec3c341512eada3f55a101d79c3673146e4202 (patch) | |
tree | a11ec50443b8abd4a1958c9ba3074846cf55e444 /usr.bin/ssh/auth2.c | |
parent | 7e425a581056d592f09d612f2f5bead08f03a790 (diff) |
no need to include; from mouring@etoh.eviladmin.org
Diffstat (limited to 'usr.bin/ssh/auth2.c')
-rw-r--r-- | usr.bin/ssh/auth2.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/auth2.c b/usr.bin/ssh/auth2.c index d6aa7f3e51f..8bfb1b66407 100644 --- a/usr.bin/ssh/auth2.c +++ b/usr.bin/ssh/auth2.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2.c,v 1.32 2001/01/21 19:05:44 markus Exp $"); +RCSID("$OpenBSD: auth2.c,v 1.33 2001/01/22 08:32:53 markus Exp $"); #include <openssl/evp.h> @@ -45,9 +45,7 @@ RCSID("$OpenBSD: auth2.c,v 1.32 2001/01/21 19:05:44 markus Exp $"); #include "key.h" #include "cipher.h" #include "kex.h" -#include "kex.h" #include "pathnames.h" - #include "uidswap.h" #include "auth-options.h" |