Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcus Hoffmann
nettle
Commits
986161a0
Commit
986161a0
authored
Jul 18, 2002
by
Niels Möller
Browse files
Check for openssl's libcrypto (for benchmarking).
Rev: src/nettle/configure.ac:1.8
parent
befd90d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
986161a0
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment