diff options
author | 2016-01-14 16:17:39 +0000 | |
---|---|---|
committer | 2016-01-14 16:17:39 +0000 | |
commit | 9068ae8f34fcab1e99ad6c37c2ef9ca5e0586ef5 (patch) | |
tree | bee8b7dbe30f8012dc57614541fcefc69749036a /usr.bin/ssh/ssh.c | |
parent | Kill unused variable 'lfile'. (diff) | |
download | wireguard-openbsd-9068ae8f34fcab1e99ad6c37c2ef9ca5e0586ef5.tar.xz wireguard-openbsd-9068ae8f34fcab1e99ad6c37c2ef9ca5e0586ef5.zip |
remove roaming support; ok djm@
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r-- | usr.bin/ssh/ssh.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index c3e5c506915..1215d720576 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.434 2016/01/14 14:34:34 deraadt Exp $ */ +/* $OpenBSD: ssh.c,v 1.435 2016/01/14 16:17:40 markus Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -95,7 +95,6 @@ #include "match.h" #include "msg.h" #include "uidswap.h" -#include "roaming.h" #include "version.h" #include "ssherr.h" #include "myproposal.h" |