summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-07-18 17:56:52 +0200
committerNiels Möller <nisse@lysator.liu.se>2002-07-18 17:56:52 +0200
commit986161a0338c4b29a02c383de44c5cc5f32956ca (patch)
tree8e4bc0b5d08eeaecdac439a501190a93ec3b84fd /configure.ac
parentbefd90d2373b73356a22dfc341d91930457ef953 (diff)
downloadnettle-986161a0338c4b29a02c383de44c5cc5f32956ca.tar.gz
Check for openssl's libcrypto (for benchmarking).
Rev: src/nettle/configure.ac:1.8
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index da5aeaed..f47bff3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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