summaryrefslogtreecommitdiffstats
path: root/cipher/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-05-13 19:53:36 +0200
committerWerner Koch <wk@gnupg.org>1998-05-13 19:53:36 +0200
commit0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce (patch)
treec569c8c335f811af291181d48bceb336906025a0 /cipher/Makefile.am
parentadd DSA key generation (diff)
downloadgnupg2-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.tar.xz
gnupg2-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.zip
can create v4 signatures
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r--cipher/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index 3e8885b6a..13b9d0aad 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -18,6 +18,10 @@ libcipher_a_SOURCES = cipher.c \
primegen.c \
random.h \
random.c \
+ rand-internal.h \
+ rand-unix.c \
+ rand-w32.c \
+ rand-dummy.c \
rmd.h \
rmd160.c \
tiger.h \