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

* Makefile.am (libnettle_a_SOURCES): Added rsa-compat.h and

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
parent 776b3293
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,8 @@ libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h \ ...@@ -24,7 +24,8 @@ libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h \
twofish.c twofish.h \ twofish.c twofish.h \
yarrow.h yarrow256.c yarrow_key_event.c \ yarrow.h yarrow256.c yarrow_key_event.c \
bignum.h bignum.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@ libnettle_a_LIBADD = @LIBOBJS@
......
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