From a913442bac8a26fd296a3add51293f8f6f9b3b4c Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 7 Dec 2013 11:35:36 +1100 Subject: - [Makefile.in] Add ed25519 sources --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c691200bc..95240f51c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.544 2013/12/05 00:00:16 dtucker Exp $ +# $Id: configure.ac,v 1.545 2013/12/07 00:35:37 djm Exp $ # # Copyright (c) 1999-2004 Damien Miller # @@ -15,7 +15,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) -AC_REVISION($Revision: 1.544 $) +AC_REVISION($Revision: 1.545 $) AC_CONFIG_SRCDIR([ssh.c]) AC_LANG([C]) @@ -1540,6 +1540,7 @@ AC_CHECK_FUNCS([ \ b64_pton \ __b64_pton \ bcopy \ + bcrypt_pbkdf \ bindresvport_sa \ clock \ closefrom \ -- cgit v1.2.3