Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
479026df
Commit
479026df
authored
Jan 19, 2019
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples: Delete eratosthenes from TARGETS, left over from earlier change.
parent
45aab4d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
ChangeLog
ChangeLog
+3
-0
examples/Makefile.in
examples/Makefile.in
+1
-1
No files found.
ChangeLog
View file @
479026df
2019-01-19 Niels Möller <nisse@lysator.liu.se>
* examples/Makefile.in (TARGETS): Delete eratosthenes, left over
from earlier change.
* fat-arm.c: Fix declarations of chacha_core functions.
From Yuriy M. Kaminskiy:
...
...
examples/Makefile.in
View file @
479026df
...
...
@@ -20,7 +20,7 @@ HOGWEED_TARGETS = rsa-keygen$(EXEEXT) rsa-sign$(EXEEXT) \
ENC_TARGETS
=
base16enc
$(EXEEXT)
base16dec
$(EXEEXT)
\
base64enc
$(EXEEXT)
base64dec
$(EXEEXT)
TARGETS
=
nettle-benchmark
$(EXEEXT)
eratosthenes
$(EXEEXT)
\
TARGETS
=
nettle-benchmark
$(EXEEXT)
\
$(ENC_TARGETS)
@IF_HOGWEED@
$(HOGWEED_TARGETS)
SOURCES
=
nettle-benchmark.c hogweed-benchmark.c ecc-benchmark.c
\
...
...
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