summaryrefslogtreecommitdiffstats
path: root/cipher/cipher.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-08-30 18:33:55 +0200
committerWerner Koch <wk@gnupg.org>2002-08-30 18:33:55 +0200
commit0073d6865d5940cd3ee71d0158059bd5b22112a8 (patch)
tree7d2f54a5e51e01f0a7bc039eef6fa861e0068452 /cipher/cipher.c
parent* gpgkeys_hkp.c: (parse_hkp_index): Use same types on all platforms. (diff)
downloadgnupg2-0073d6865d5940cd3ee71d0158059bd5b22112a8.tar.xz
gnupg2-0073d6865d5940cd3ee71d0158059bd5b22112a8.zip
* random.c: Automagically detect the entrop gatherer when
configure so. * rndegd.c (rndegd_connect_socket): New. Factored out from .. (rndegd_gather_random): here and call it. (do_read): Update the counter variables correctly. This was not a problem due to the way EGD works. Bug found by Christian Biere.
Diffstat (limited to 'cipher/cipher.c')
-rw-r--r--cipher/cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/cipher.c b/cipher/cipher.c
index 6a545db78..ecab7a520 100644
--- a/cipher/cipher.c
+++ b/cipher/cipher.c
@@ -32,7 +32,7 @@
/* We have support for a DUMMY encryption cipher which comes handy to
debug MDCs and similar things. Because this is a bit dangerous it
is not enabled. */
-/*#define ALLOW_DUMMY 1 */
+#define ALLOW_DUMMY 1
#define MAX_BLOCKSIZE 16
#define TABLE_SIZE 14