From 0073d6865d5940cd3ee71d0158059bd5b22112a8 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 30 Aug 2002 16:33:55 +0000 Subject: * 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. --- cipher/cipher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cipher/cipher.c') 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 -- cgit v1.2.3