Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
236bab34
Commit
236bab34
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
5e781979
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
236bab34
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,
...
...
configure.ac
View file @
236bab34
...
...
@@ -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
Supports
Markdown
0%
Try again
or
attach a new 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