From 9068ae8f34fcab1e99ad6c37c2ef9ca5e0586ef5 Mon Sep 17 00:00:00 2001 From: markus Date: Thu, 14 Jan 2016 16:17:39 +0000 Subject: remove roaming support; ok djm@ --- usr.bin/ssh/ssh.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/ssh/ssh.c') 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 * Copyright (c) 1995 Tatu Ylonen , 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" -- cgit v1.2.3-59-g8ed1b