summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/compat.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2014-04-20 12:46:18 +0000
committerdes <des@FreeBSD.org>2014-04-20 12:46:18 +0000
commit3986659eadc27e765d7a7bc293b2bd17262c107c (patch)
treeaa156aa0ceef4077f517135124c9ee5270b5bd22 /crypto/openssh/compat.h
parent756c50107578222d44ddab39114d4bd441b22799 (diff)
downloadFreeBSD-src-3986659eadc27e765d7a7bc293b2bd17262c107c.zip
FreeBSD-src-3986659eadc27e765d7a7bc293b2bd17262c107c.tar.gz
MFH (r264691): merge upstream patch for EC calculation bug
Diffstat (limited to 'crypto/openssh/compat.h')
-rw-r--r--crypto/openssh/compat.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/openssh/compat.h b/crypto/openssh/compat.h
index 10185b3..4af221f 100644
--- a/crypto/openssh/compat.h
+++ b/crypto/openssh/compat.h
@@ -60,7 +60,9 @@
#define SSH_BUG_RFWD_ADDR 0x02000000
#define SSH_NEW_OPENSSH 0x04000000
#define SSH_BUG_DYNAMIC_RPORT 0x08000000
-#define SSH_BUG_LARGEWINDOW 0x10000000
+#define SSH_BUG_CURVE25519PAD 0x10000000
+
+#define SSH_BUG_LARGEWINDOW 0x80000000
void enable_compat13(void);
void enable_compat20(void);
@@ -68,6 +70,7 @@ void compat_datafellows(const char *);
int proto_spec(const char *);
char *compat_cipher_proposal(char *);
char *compat_pkalg_proposal(char *);
+char *compat_kex_proposal(char *);
extern int compat13;
extern int compat20;
OpenPOWER on IntegriCloud