summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-07 11:35:36 +1100
committerDamien Miller <djm@mindrot.org>2013-12-07 11:35:36 +1100
commita913442bac8a26fd296a3add51293f8f6f9b3b4c (patch)
tree90dd6c188cd3044b81d49602b042a948eb4a143c /configure.ac
parentca570a519cb846da61d002c7f46fa92e39c83e45 (diff)
- [Makefile.in] Add ed25519 sources
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c691200bc..95240f51c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.544 2013/12/05 00:00:16 dtucker Exp $ 1# $Id: configure.ac,v 1.545 2013/12/07 00:35:37 djm 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.544 $) 18AC_REVISION($Revision: 1.545 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20AC_LANG([C]) 20AC_LANG([C])
21 21
@@ -1540,6 +1540,7 @@ AC_CHECK_FUNCS([ \
1540 b64_pton \ 1540 b64_pton \
1541 __b64_pton \ 1541 __b64_pton \
1542 bcopy \ 1542 bcopy \
1543 bcrypt_pbkdf \
1543 bindresvport_sa \ 1544 bindresvport_sa \
1544 clock \ 1545 clock \
1545 closefrom \ 1546 closefrom \