- [Makefile.in] Add ed25519 sources
diff --git a/configure.ac b/configure.ac
index c691200..95240f5 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 @@
 	b64_pton \
 	__b64_pton \
 	bcopy \
+	bcrypt_pbkdf \
 	bindresvport_sa \
 	clock \
 	closefrom \