Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
29a30c1a
Commit
29a30c1a
authored
Jan 20, 2010
by
Niels Möller
Browse files
Check for mpz_powm_sec.
Rev: nettle/ChangeLog:1.48 Rev: nettle/configure.ac:1.13
parent
f6cfb53e
Changes
2
Hide whitespace changes
Inline
Side-by-side
nettle/ChangeLog
View file @
29a30c1a
2010-01-20 Niels Mller <nisse@lysator.liu.se>
* configure.ac: Check for mpz_powm_sec.
2010-01-13 Niels Mller <nisse@lysator.liu.se>
* Makefile.in ($(LIBHOGWEED_FORLINK)): Depend on
...
...
nettle/configure.ac
View file @
29a30c1a
...
...
@@ -402,6 +402,12 @@ AC_CHECK_LIB(gmp, __gmpz_getlimbn,,
Support for public key algorithms will be unavailable.])]
enable_public_key=no)
# Add -R flags needed to run programs linked with gmp
LSH_RPATH_FIX
AH_TEMPLATE([HAVE_MPZ_POWM_SEC], [Define if mpz_powm_sec is available (appeared in GMP-5)])
AC_CHECK_FUNC(__gmpz_powm_sec, [AC_DEFINE(HAVE_MPZ_POWM_SEC)])
AH_TEMPLATE([WITH_HOGWEED], [Defined if public key features are enabled])
if test "x$enable_public_key" = xyes ; then
...
...
@@ -420,9 +426,6 @@ fi
AC_SUBST(IF_HOGWEED)
AC_SUBST(IF_SHARED)
# Add -R flags needed to run programs linked with gmp
LSH_RPATH_FIX
OPENSSL_LIBFLAGS=''
# Check for openssl's libcrypto (used only for benchmarking)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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