summaryrefslogtreecommitdiff
path: root/ssh2.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssh2.h')
-rw-r--r--ssh2.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/ssh2.h b/ssh2.h
index 1c33dc268..b01af7b1a 100644
--- a/ssh2.h
+++ b/ssh2.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh2.h,v 1.11 2008/11/04 08:22:13 djm Exp $ */ 1/* $OpenBSD: ssh2.h,v 1.12 2009/10/24 11:19:17 andreas Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -166,3 +166,10 @@
166 166
167#define SSH2_EXTENDED_DATA_STDERR 1 167#define SSH2_EXTENDED_DATA_STDERR 1
168 168
169/* kex messages for resume@appgate.com */
170#define SSH2_MSG_KEX_ROAMING_RESUME 30
171#define SSH2_MSG_KEX_ROAMING_AUTH_REQUIRED 31
172#define SSH2_MSG_KEX_ROAMING_AUTH 32
173#define SSH2_MSG_KEX_ROAMING_AUTH_OK 33
174#define SSH2_MSG_KEX_ROAMING_AUTH_FAIL 34
175