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
ee547d59
Commit
ee547d59
authored
Mar 30, 2015
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed symbols-test, check for NETTLE_USE_MINI_GMP in version.h.
parent
81b2bce2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ChangeLog
ChangeLog
+5
-0
testsuite/symbols-test
testsuite/symbols-test
+1
-1
No files found.
ChangeLog
View file @
ee547d59
2015-03-30 Niels Möller <nisse@diamant.hack.org>
* testsuite/symbols-test: Look for NETTLE_USE_MINI_GMP in
version.h, not bignum.h.
2015-03-26 Niels Möller <nisse@diamant.hack.org>
* Makefile.in (PRE_CPPFLAGS): Drop -I$(srcdir), no longer needed.
...
...
testsuite/symbols-test
View file @
ee547d59
...
...
@@ -28,7 +28,7 @@ fi
if
[
-s
../libhogweed.a
]
;
then
PATTERN
=
'\.?_?_?nettle_|get_pc_thunk'
if
grep
'^#define.*NETTLE_USE_MINI_GMP.*1$'
../
bignum
.h
>
/dev/null
;
then
if
grep
'^#define.*NETTLE_USE_MINI_GMP.*1$'
../
version
.h
>
/dev/null
;
then
PATTERN
=
"
$PATTERN
|mp_|mpz_|mpn_"
fi
(
$NM
-g
../libhogweed.a
||
$NM
../libhogweed.a
)
\
...
...
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