Skip to content
Snippets Groups Projects
Commit 17291524 authored by Niels Möller's avatar Niels Möller
Browse files

(RSA_EXAMPLES): Added rsa-encrypt and rsa-decrypt.

Rev: src/nettle/configure.ac:1.24
parent b7c7ef3b
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,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_EXAMPLES="rsa-keygen rsa-sign rsa-verify rsa-encrypt rsa-decrypt"
else
RSA_EXAMPLES=""
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment