diff options
author | Werner Koch <wk@gnupg.org> | 1997-12-01 11:33:23 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1997-12-01 11:33:23 +0100 |
commit | 5c1cca042e6bc0de22c7913f08457c7b8a46e592 (patch) | |
tree | 234246f67cf2e7deb79b94e7491fdd7111c1c65e /cipher/Makefile.am | |
parent | Improved prime number test (diff) | |
download | gnupg2-5c1cca042e6bc0de22c7913f08457c7b8a46e592.tar.xz gnupg2-5c1cca042e6bc0de22c7913f08457c7b8a46e592.zip |
List and check sigs works
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r-- | cipher/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index b994cbe0e..939a48303 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -18,6 +18,7 @@ cipher_SOURCES = blowfish.c \ random.c \ rmd.h \ rmd160.c \ + md.c \ smallprime.c cipher_LIBADD = rsa.o |