diff options
author | 2016-05-04 14:22:33 +0000 | |
---|---|---|
committer | 2016-05-04 14:22:33 +0000 | |
commit | 39c1575d069577d2e31dc8794f3cc90e7a6628ea (patch) | |
tree | 8cc390abd6e0d4ec56d0664187f591c406c074c4 /usr.bin/ssh/ssh_api.c | |
parent | Print SD host controller version. (diff) | |
download | wireguard-openbsd-39c1575d069577d2e31dc8794f3cc90e7a6628ea.tar.xz wireguard-openbsd-39c1575d069577d2e31dc8794f3cc90e7a6628ea.zip |
move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@
Diffstat (limited to 'usr.bin/ssh/ssh_api.c')
-rw-r--r-- | usr.bin/ssh/ssh_api.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh_api.c b/usr.bin/ssh/ssh_api.c index 68bcff5b0cb..232c23a32d5 100644 --- a/usr.bin/ssh/ssh_api.c +++ b/usr.bin/ssh/ssh_api.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh_api.c,v 1.6 2016/05/02 10:26:04 djm Exp $ */ +/* $OpenBSD: ssh_api.c,v 1.7 2016/05/04 14:22:33 markus Exp $ */ /* * Copyright (c) 2012 Markus Friedl. All rights reserved. * @@ -15,14 +15,12 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "ssh1.h" /* For SSH_MSG_NONE */ #include "ssh_api.h" #include "compat.h" #include "log.h" #include "authfile.h" #include "sshkey.h" #include "misc.h" -#include "ssh1.h" #include "ssh2.h" #include "version.h" #include "myproposal.h" |