summaryrefslogtreecommitdiff
path: root/myproposal.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-06-05 15:04:00 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-06-05 15:04:00 +1000
commit2ea9eb77a7fcab3190564ef5a6a5377a600aa391 (patch)
tree48111c755a2686a95f68b7729b9c3fca39049b3e /myproposal.h
parent16cac190ebb9b5612cccea63a7c22ac33bc9a07a (diff)
- (dtucker) Enable sha256 kex methods based on the presence of the necessary
functions, not from the openssl version.
Diffstat (limited to 'myproposal.h')
-rw-r--r--myproposal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/myproposal.h b/myproposal.h
index 99d093461..f13c74850 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -46,7 +46,7 @@
46#endif 46#endif
47 47
48/* Old OpenSSL doesn't support what we need for DHGEX-sha256 */ 48/* Old OpenSSL doesn't support what we need for DHGEX-sha256 */
49#if OPENSSL_VERSION_NUMBER >= 0x00907000L 49#ifdef HAVE_EVP_SHA256
50# define KEX_SHA256_METHODS \ 50# define KEX_SHA256_METHODS \
51 "diffie-hellman-group-exchange-sha256," 51 "diffie-hellman-group-exchange-sha256,"
52#else 52#else