Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
cf570173
Commit
cf570173
authored
Apr 17, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deleted next-prime.c from examples/Makefile.in (forgotten in earlier change).
parent
f1abc081
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
examples/Makefile.in
examples/Makefile.in
+1
-1
No files found.
ChangeLog
View file @
cf570173
2014-04-17 Niels Möller <nisse@lysator.liu.se>
* examples/Makefile.in (SOURCES): Deleted next-prime.c (forgotten
in 2014-04-13 change).
2014-04-16 Niels Möller <nisse@lysator.liu.se>
2014-04-16 Niels Möller <nisse@lysator.liu.se>
* testsuite/ccm-test.c (test_cipher_ccm): Deleted check for NULL
* testsuite/ccm-test.c (test_cipher_ccm): Deleted check for NULL
...
...
examples/Makefile.in
View file @
cf570173
...
@@ -24,7 +24,7 @@ TARGETS = nettle-benchmark$(EXEEXT) eratosthenes$(EXEEXT) \
...
@@ -24,7 +24,7 @@ TARGETS = nettle-benchmark$(EXEEXT) eratosthenes$(EXEEXT) \
$(ENC_TARGETS)
@IF_HOGWEED@
$(HOGWEED_TARGETS)
$(ENC_TARGETS)
@IF_HOGWEED@
$(HOGWEED_TARGETS)
SOURCES
=
nettle-benchmark.c hogweed-benchmark.c ecc-benchmark.c
\
SOURCES
=
nettle-benchmark.c hogweed-benchmark.c ecc-benchmark.c
\
eratosthenes.c
next-prime.c
random-prime.c
\
eratosthenes.c random-prime.c
\
nettle-openssl.c
\
nettle-openssl.c
\
io.c read_rsa_key.c
\
io.c read_rsa_key.c
\
rsa-encrypt.c rsa-decrypt.c rsa-keygen.c rsa-sign.c rsa-verify.c
\
rsa-encrypt.c rsa-decrypt.c rsa-keygen.c rsa-sign.c rsa-verify.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