summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/ssh2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/ssh2.h')
-rw-r--r--crypto/openssh/ssh2.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/openssh/ssh2.h b/crypto/openssh/ssh2.h
index 3ffaf68..51a963c 100644
--- a/crypto/openssh/ssh2.h
+++ b/crypto/openssh/ssh2.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh2.h,v 1.13 2010/02/26 20:29:54 djm Exp $ */
+/* $OpenBSD: ssh2.h,v 1.14 2010/08/31 11:54:45 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -98,6 +98,10 @@
#define SSH2_MSG_KEX_DH_GEX_REPLY 33
#define SSH2_MSG_KEX_DH_GEX_REQUEST 34
+/* ecdh */
+#define SSH2_MSG_KEX_ECDH_INIT 30
+#define SSH2_MSG_KEX_ECDH_REPLY 31
+
/* user authentication: generic */
#define SSH2_MSG_USERAUTH_REQUEST 50
OpenPOWER on IntegriCloud