aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/ssh2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/ssh2.h')
-rw-r--r--include/libssh/ssh2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libssh/ssh2.h b/include/libssh/ssh2.h
index bd89f4e1..f66dd2a9 100644
--- a/include/libssh/ssh2.h
+++ b/include/libssh/ssh2.h
@@ -13,6 +13,10 @@
#define SSH2_MSG_KEXDH_INIT 30
#define SSH2_MSG_KEXDH_REPLY 31
+#define SSH2_MSG_KEX_ECDH_INIT 30
+#define SSH2_MSG_KEX_ECDH_REPLY 31
+#define SSH2_MSG_ECMQV_INIT 30
+#define SSH2_MSG_ECMQV_REPLY 31
#define SSH2_MSG_KEX_DH_GEX_REQUEST_OLD 30
#define SSH2_MSG_KEX_DH_GEX_GROUP 31