diff options
author | 2000-10-11 20:27:23 +0000 | |
---|---|---|
committer | 2000-10-11 20:27:23 +0000 | |
commit | 8612b276e433abfd30b3a388e2889f83f46ecdaa (patch) | |
tree | 3c7eb5dcc0097a3d2a0ab5a6139fb991e30a25c4 /usr.bin/ssh/auth.c | |
parent | add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@avantgo.com and me (diff) | |
download | wireguard-openbsd-8612b276e433abfd30b3a388e2889f83f46ecdaa.tar.xz wireguard-openbsd-8612b276e433abfd30b3a388e2889f83f46ecdaa.zip |
new cipher framework
Diffstat (limited to 'usr.bin/ssh/auth.c')
-rw-r--r-- | usr.bin/ssh/auth.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c index 2d4f6d04177..182d6464922 100644 --- a/usr.bin/ssh/auth.c +++ b/usr.bin/ssh/auth.c @@ -33,7 +33,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth.c,v 1.10 2000/09/07 21:13:36 markus Exp $"); +RCSID("$OpenBSD: auth.c,v 1.11 2000/10/11 20:27:23 markus Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -41,7 +41,6 @@ RCSID("$OpenBSD: auth.c,v 1.10 2000/09/07 21:13:36 markus Exp $"); #include "pty.h" #include "packet.h" #include "buffer.h" -#include "cipher.h" #include "mpaux.h" #include "servconf.h" #include "compat.h" |