diff options
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r-- | cipher/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 40b131dd9..17952852f 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -21,9 +21,9 @@ cipher_SOURCES = blowfish.c \ sha1.c \ dsa.h \ dsa.c \ + rsa.c \ + rsa.h \ md.c \ smallprime.c -cipher_LIBADD = rsa.o - |