diff options
author | 2001-01-22 08:32:53 +0000 | |
---|---|---|
committer | 2001-01-22 08:32:53 +0000 | |
commit | eb4cba88e0acee316c68dfadac36f15dd7c36d20 (patch) | |
tree | 2634e75dc54e6941f5042d1d41ccee0e4f9d49a3 | |
parent | only AFS needs radix.[ch] (diff) | |
download | wireguard-openbsd-eb4cba88e0acee316c68dfadac36f15dd7c36d20.tar.xz wireguard-openbsd-eb4cba88e0acee316c68dfadac36f15dd7c36d20.zip |
no need to include; from mouring@etoh.eviladmin.org
-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" |