]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Check for openssl's libcrypto (for benchmarking).
authorNiels Möller <nisse@lysator.liu.se>
Thu, 18 Jul 2002 15:56:52 +0000 (17:56 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 18 Jul 2002 15:56:52 +0000 (17:56 +0200)
Rev: src/nettle/configure.ac:1.8

configure.ac

index da5aeaedddba57e8e989d4edb9d7a7c7b5e33f4a..f47bff3cd5148c945afa1a3fcfb7e076235542c0 100644 (file)
@@ -106,6 +106,10 @@ Support for public key algorithms will be unavailable.])])
 # Add -R flags needed to run programs linked with gmp
 LSH_RPATH_FIX
 
+# Check for openssl's libcrypto (used only for benchmarking)
+AC_CHECK_LIB(crypto, BF_ecb_encrypt)
+LSH_RPATH_FIX
+
 # Set these flags *last*, or else the test programs won't compile
 if test x$GCC = xyes ; then
   # Using -ggdb3 makes (some versions of) Redhat's gcc-2.96 dump core