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
30d1c124
Commit
30d1c124
authored
Mar 02, 2004
by
Niels Möller
Browse files
(RSA_EXAMPLES): Append $(EXEEXT) to the filenames.
Rev: src/nettle/ChangeLog:1.259 Rev: src/nettle/configure.ac:1.35
parent
d9798bff
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/nettle/ChangeLog
View file @
30d1c124
2004-03-02 Niels Mller <nisse@lysator.liu.se>
* configure.ac (RSA_EXAMPLES): Append $(EXEEXT) to the filenames.
2004-03-01 Niels Mller <nisse@lysator.liu.se>
* examples/rsa-keygen.c, examples/rsa-encrypt.c,
...
...
src/nettle/configure.ac
View file @
30d1c124
...
...
@@ -152,7 +152,7 @@ Support for public key algorithms will be unavailable.])]
if test "x$enable_public_key" = xyes ; then
AC_DEFINE(WITH_PUBLIC_KEY)
RSA_EXAMPLES=
"
rsa-keygen
rsa-sign
rsa-verify rsa-encrypt rsa-decrypt
"
RSA_EXAMPLES=
'
rsa-keygen
$(EXEEXT) rsa-sign$(EXEEXT)
rsa-verify
$(EXEEXT)
rsa-encrypt
$(EXEEXT)
rsa-decrypt
$(EXEEXT)'
else
RSA_EXAMPLES=""
fi
...
...
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