diff options
Diffstat (limited to 'ssh2.h')
-rw-r--r-- | ssh2.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh2.h,v 1.13 2010/02/26 20:29:54 djm Exp $ */ | 1 | /* $OpenBSD: ssh2.h,v 1.14 2010/08/31 11:54:45 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -98,6 +98,10 @@ | |||
98 | #define SSH2_MSG_KEX_DH_GEX_REPLY 33 | 98 | #define SSH2_MSG_KEX_DH_GEX_REPLY 33 |
99 | #define SSH2_MSG_KEX_DH_GEX_REQUEST 34 | 99 | #define SSH2_MSG_KEX_DH_GEX_REQUEST 34 |
100 | 100 | ||
101 | /* ecdh */ | ||
102 | #define SSH2_MSG_KEX_ECDH_INIT 30 | ||
103 | #define SSH2_MSG_KEX_ECDH_REPLY 31 | ||
104 | |||
101 | /* user authentication: generic */ | 105 | /* user authentication: generic */ |
102 | 106 | ||
103 | #define SSH2_MSG_USERAUTH_REQUEST 50 | 107 | #define SSH2_MSG_USERAUTH_REQUEST 50 |