summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f14e177fc..2ac3afa38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.550 2014/01/17 05:47:04 djm Exp $ 1# $Id: configure.ac,v 1.551 2014/01/17 06:32:30 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
17AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) 17AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
18AC_REVISION($Revision: 1.550 $) 18AC_REVISION($Revision: 1.551 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20AC_LANG([C]) 20AC_LANG([C])
21 21
@@ -2357,6 +2357,10 @@ AC_LINK_IFELSE(
2357AC_CHECK_FUNCS([ \ 2357AC_CHECK_FUNCS([ \
2358 BN_is_prime_ex \ 2358 BN_is_prime_ex \
2359 DSA_generate_parameters_ex \ 2359 DSA_generate_parameters_ex \
2360 EVP_DigestInit_ex \
2361 EVP_DigestFinal_ex \
2362 EVP_MD_CTX_init \
2363 EVP_MD_CTX_cleanup \
2360 HMAC_CTX_init \ 2364 HMAC_CTX_init \
2361 RSA_generate_key_ex \ 2365 RSA_generate_key_ex \
2362 RSA_get_default_method \ 2366 RSA_get_default_method \