summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh2.h
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2016-01-14 16:17:39 +0000
committermarkus <markus@openbsd.org>2016-01-14 16:17:39 +0000
commit9068ae8f34fcab1e99ad6c37c2ef9ca5e0586ef5 (patch)
treebee8b7dbe30f8012dc57614541fcefc69749036a /usr.bin/ssh/ssh2.h
parentKill unused variable 'lfile'. (diff)
downloadwireguard-openbsd-9068ae8f34fcab1e99ad6c37c2ef9ca5e0586ef5.tar.xz
wireguard-openbsd-9068ae8f34fcab1e99ad6c37c2ef9ca5e0586ef5.zip
remove roaming support; ok djm@
Diffstat (limited to 'usr.bin/ssh/ssh2.h')
-rw-r--r--usr.bin/ssh/ssh2.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/ssh/ssh2.h b/usr.bin/ssh/ssh2.h
index bdff6c5bdb5..5d1918bf801 100644
--- a/usr.bin/ssh/ssh2.h
+++ b/usr.bin/ssh/ssh2.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh2.h,v 1.16 2015/12/04 16:41:28 markus Exp $ */
+/* $OpenBSD: ssh2.h,v 1.17 2016/01/14 16:17:40 markus Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -165,13 +165,6 @@
#define SSH2_EXTENDED_DATA_STDERR 1
-/* kex messages for resume@appgate.com */
-#define SSH2_MSG_KEX_ROAMING_RESUME 30
-#define SSH2_MSG_KEX_ROAMING_AUTH_REQUIRED 31
-#define SSH2_MSG_KEX_ROAMING_AUTH 32
-#define SSH2_MSG_KEX_ROAMING_AUTH_OK 33
-#define SSH2_MSG_KEX_ROAMING_AUTH_FAIL 34
-
/* Certificate types for OpenSSH certificate keys extension */
#define SSH2_CERT_TYPE_USER 1
#define SSH2_CERT_TYPE_HOST 2