From 446632197c7f093ed6d0f4d48dcb03e6254828fe Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 13 Nov 2014 15:13:24 +0100 Subject: Add crypt_r(), etc. Add crypt_add_format(), crypt_r(), crypt_md5_r(), crypt_sha256_r() and crypt_sha512_r(). --- testsuites/libtests/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/libtests/configure.ac') diff --git a/testsuites/libtests/configure.ac b/testsuites/libtests/configure.ac index a6ea4aca0d..437b760814 100644 --- a/testsuites/libtests/configure.ac +++ b/testsuites/libtests/configure.ac @@ -66,6 +66,7 @@ AS_IF([test x"$HAVE_LIBDL" = x"yes"],[ # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile +crypt01/Makefile sha/Makefile i2c01/Makefile newlib01/Makefile -- cgit v1.2.3