summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/compat.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2014-04-20 11:34:33 +0000
committerdes <des@FreeBSD.org>2014-04-20 11:34:33 +0000
commite1e5f20b8815dab6b04e73d6ba98044da9075bbc (patch)
treec924bd7387ade2fccece4f9941549459346b5111 /crypto/openssh/compat.h
parent532d55ab5f5e84d53dbf378356c60f27a7d7bdb4 (diff)
downloadFreeBSD-src-e1e5f20b8815dab6b04e73d6ba98044da9075bbc.zip
FreeBSD-src-e1e5f20b8815dab6b04e73d6ba98044da9075bbc.tar.gz
Apply upstream patch for EC calculation bug and bump version addendum.
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