summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2017-04-30 23:28:41 +0000
committerDamien Miller <djm@mindrot.org>2017-05-01 10:05:06 +1000
commit930e8d2827853bc2e196c20c3e000263cc87fb75 (patch)
treed16b2923fab9253da5694a4e74b27de6c4b9b7d8 /ssh.c
parenta3710d5d529a34b8f56aa62db798c70e85d576a0 (diff)
upstream commit
obliterate ssh1.h and some dead code that used it ok markus@ Upstream-ID: 1ca9159a9fb95618f9d51e069ac8e1131a087343
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index ea394b0c2..619c2c2a0 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.c,v 1.457 2017/04/30 23:18:44 djm Exp $ */ 1/* $OpenBSD: ssh.c,v 1.458 2017/04/30 23:28:42 djm Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -81,7 +81,6 @@
81 81
82#include "xmalloc.h" 82#include "xmalloc.h"
83#include "ssh.h" 83#include "ssh.h"
84#include "ssh1.h"
85#include "ssh2.h" 84#include "ssh2.h"
86#include "canohost.h" 85#include "canohost.h"
87#include "compat.h" 86#include "compat.h"