diff options
author | Werner Koch <wk@gnupg.org> | 1998-05-13 19:53:36 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-05-13 19:53:36 +0200 |
commit | 0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce (patch) | |
tree | c569c8c335f811af291181d48bceb336906025a0 /cipher/Makefile.am | |
parent | add DSA key generation (diff) | |
download | gnupg2-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.tar.xz gnupg2-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.zip |
can create v4 signatures
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r-- | cipher/Makefile.am | 4 |
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 \ |