summaryrefslogtreecommitdiff
path: root/ssh2.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssh2.h')
-rw-r--r--ssh2.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/ssh2.h b/ssh2.h
index 59417e612..5d1918bf8 100644
--- a/ssh2.h
+++ b/ssh2.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh2.h,v 1.15 2014/01/29 06:18:35 djm Exp $ */ 1/* $OpenBSD: ssh2.h,v 1.17 2016/01/14 16:17:40 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -80,6 +80,7 @@
80#define SSH2_MSG_DEBUG 4 80#define SSH2_MSG_DEBUG 4
81#define SSH2_MSG_SERVICE_REQUEST 5 81#define SSH2_MSG_SERVICE_REQUEST 5
82#define SSH2_MSG_SERVICE_ACCEPT 6 82#define SSH2_MSG_SERVICE_ACCEPT 6
83#define SSH2_MSG_EXT_INFO 7
83 84
84/* transport layer: alg negotiation */ 85/* transport layer: alg negotiation */
85 86
@@ -164,13 +165,6 @@
164 165
165#define SSH2_EXTENDED_DATA_STDERR 1 166#define SSH2_EXTENDED_DATA_STDERR 1
166 167
167/* kex messages for resume@appgate.com */
168#define SSH2_MSG_KEX_ROAMING_RESUME 30
169#define SSH2_MSG_KEX_ROAMING_AUTH_REQUIRED 31
170#define SSH2_MSG_KEX_ROAMING_AUTH 32
171#define SSH2_MSG_KEX_ROAMING_AUTH_OK 33
172#define SSH2_MSG_KEX_ROAMING_AUTH_FAIL 34
173
174/* Certificate types for OpenSSH certificate keys extension */ 168/* Certificate types for OpenSSH certificate keys extension */
175#define SSH2_CERT_TYPE_USER 1 169#define SSH2_CERT_TYPE_USER 1
176#define SSH2_CERT_TYPE_HOST 2 170#define SSH2_CERT_TYPE_HOST 2