From: Niels Möller Date: Fri, 19 Sep 2003 13:22:32 +0000 (+0200) Subject: (EXTRA_PROGRAMS): Added rsa-encrypt and X-Git-Tag: nettle_1.8_release_20040110~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1695ba0a5fc5532647c020f6c7e34e9cd352121;p=thirdparty%2Fnettle.git (EXTRA_PROGRAMS): Added rsa-encrypt and rsa-decrypt. Rev: src/nettle/examples/Makefile.am:1.18 --- diff --git a/examples/Makefile.am b/examples/Makefile.am index ebde5e13..fbdb25b3 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -9,7 +9,7 @@ AM_LDFLAGS = -L.. # There's no program "io", it's just a trick to get automake to keep track # of dependencies for io.o. -EXTRA_PROGRAMS = rsa-keygen rsa-sign rsa-verify io +EXTRA_PROGRAMS = rsa-keygen rsa-sign rsa-verify rsa-encrypt rsa-decrypt io noinst_PROGRAMS = nettle-benchmark @RSA_EXAMPLES@ nettle_benchmark_SOURCES = nettle-benchmark.c nettle-openssl.c