Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
916aa643
Commit
916aa643
authored
Jan 20, 2010
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check for mpz_powm_sec.
Rev: nettle/ChangeLog:1.48 Rev: nettle/configure.ac:1.13
parent
fc0ca95a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
ChangeLog
ChangeLog
+4
-0
configure.ac
configure.ac
+6
-3
No files found.
ChangeLog
View file @
916aa643
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>
2010-01-13 Niels Mller <nisse@lysator.liu.se>
* Makefile.in ($(LIBHOGWEED_FORLINK)): Depend on
* Makefile.in ($(LIBHOGWEED_FORLINK)): Depend on
...
...
configure.ac
View file @
916aa643
...
@@ -402,6 +402,12 @@ AC_CHECK_LIB(gmp, __gmpz_getlimbn,,
...
@@ -402,6 +402,12 @@ AC_CHECK_LIB(gmp, __gmpz_getlimbn,,
Support for public key algorithms will be unavailable.])]
Support for public key algorithms will be unavailable.])]
enable_public_key=no)
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])
AH_TEMPLATE([WITH_HOGWEED], [Defined if public key features are enabled])
if test "x$enable_public_key" = xyes ; then
if test "x$enable_public_key" = xyes ; then
...
@@ -420,9 +426,6 @@ fi
...
@@ -420,9 +426,6 @@ fi
AC_SUBST(IF_HOGWEED)
AC_SUBST(IF_HOGWEED)
AC_SUBST(IF_SHARED)
AC_SUBST(IF_SHARED)
# Add -R flags needed to run programs linked with gmp
LSH_RPATH_FIX
OPENSSL_LIBFLAGS=''
OPENSSL_LIBFLAGS=''
# Check for openssl's libcrypto (used only for benchmarking)
# Check for openssl's libcrypto (used only for benchmarking)
...
...
Write
Preview
Markdown
is supported
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