diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index e545730d7..31972cf9b 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.538 2013/11/07 02:28:16 djm Exp $ | 1 | # $Id: configure.ac,v 1.539 2013/11/07 11:33:48 dtucker Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 1999-2004 Damien Miller | 3 | # Copyright (c) 1999-2004 Damien Miller |
4 | # | 4 | # |
@@ -15,7 +15,7 @@ | |||
15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | 16 | ||
17 | AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) | 17 | AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) |
18 | AC_REVISION($Revision: 1.538 $) | 18 | AC_REVISION($Revision: 1.539 $) |
19 | AC_CONFIG_SRCDIR([ssh.c]) | 19 | AC_CONFIG_SRCDIR([ssh.c]) |
20 | AC_LANG([C]) | 20 | AC_LANG([C]) |
21 | 21 | ||
@@ -2437,16 +2437,13 @@ fi | |||
2437 | AC_CHECK_FUNCS([crypt DES_crypt]) | 2437 | AC_CHECK_FUNCS([crypt DES_crypt]) |
2438 | 2438 | ||
2439 | # Search for SHA256 support in libc and/or OpenSSL | 2439 | # Search for SHA256 support in libc and/or OpenSSL |
2440 | AC_CHECK_FUNCS([SHA256_Update EVP_sha256], | 2440 | AC_CHECK_FUNCS([SHA256_Update EVP_sha256], , |
2441 | [TEST_SSH_SHA256=yes], | 2441 | [unsupported_algorithms="$unsupported_algorithms \ |
2442 | [TEST_SSH_SHA256=no | ||
2443 | unsupported_algorithms="$unsupported_algorithms \ | ||
2444 | hmac-sha2-256 hmac-sha2-512 \ | 2442 | hmac-sha2-256 hmac-sha2-512 \ |
2445 | diffie-hellman-group-exchange-sha256 \ | 2443 | diffie-hellman-group-exchange-sha256 \ |
2446 | hmac-sha2-256-etm@openssh.com hmac-sha2-512-etm@openssh.com" | 2444 | hmac-sha2-256-etm@openssh.com hmac-sha2-512-etm@openssh.com" |
2447 | ] | 2445 | ] |
2448 | ) | 2446 | ) |
2449 | AC_SUBST([TEST_SSH_SHA256]) | ||
2450 | 2447 | ||
2451 | # Check complete ECC support in OpenSSL | 2448 | # Check complete ECC support in OpenSSL |
2452 | AC_MSG_CHECKING([whether OpenSSL has complete ECC support]) | 2449 | AC_MSG_CHECKING([whether OpenSSL has complete ECC support]) |