]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
* Makefile.am (libnettle_a_SOURCES): Added rsa-compat.h and
authorNiels Möller <nisse@lysator.liu.se>
Tue, 30 Oct 2001 19:45:53 +0000 (20:45 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 30 Oct 2001 19:45:53 +0000 (20:45 +0100)
rsa-compat.c.

* Makefile.am (libnettle_a_SOURCES): Added rsa and bignum files.

* testsuite/Makefile.am: Added bignum-test.

Rev: src/nettle/Makefile.am:1.21

Makefile.am

index f48c4547bc456dcfeda581732791514cae784a58..798c5da8e72a2ab84a92a2033e52fa1a47646db4 100644 (file)
@@ -24,7 +24,8 @@ libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h \
                      twofish.c twofish.h \
                      yarrow.h yarrow256.c yarrow_key_event.c \
                      bignum.h bignum.c \
-                     rsa.h rsa.c rsa_md5.c rsa_sha1.c
+                     rsa.h rsa.c rsa_md5.c rsa_sha1.c \
+                     rsa-compat.h rsa-compat.c
 
 libnettle_a_LIBADD = @LIBOBJS@