diff options
author | Werner Koch <[email protected]> | 1998-01-06 09:17:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-01-06 09:17:55 +0000 |
commit | 6e0fd3df65f36323ac168fe07abebbbc81a99977 (patch) | |
tree | ce77f277ebe4da077af61a181253ae9bba3bb385 /cipher/Makefile.am | |
parent | NT version compiles (diff) | |
download | gnupg-0-1-0.tar.gz gnupg-0-1-0.zip |
distributed version 0.1.0V0-1-0
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 - |