aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rndunix.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-12-30 00:57:05 +0000
committerDavid Shaw <[email protected]>2003-12-30 00:57:05 +0000
commitd7a28c72a893041f8c8e7b523096601bfdb85fb7 (patch)
tree1ebecbb41d31ec7c6567548a03a25c02e5655b7c /cipher/rndunix.c
parent* g10u.c: Dead code. Remove. (diff)
downloadgnupg-d7a28c72a893041f8c8e7b523096601bfdb85fb7.tar.gz
gnupg-d7a28c72a893041f8c8e7b523096601bfdb85fb7.zip
* rijndael.c, rndunix.c, twofish.c: Remove dead IS_MODULE code.
* g10c.c: Dead code. Remove. * Makefile.am: Don't compile g10c.c.
Diffstat (limited to 'cipher/rndunix.c')
-rw-r--r--cipher/rndunix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cipher/rndunix.c b/cipher/rndunix.c
index 7156c739c..a07fde325 100644
--- a/cipher/rndunix.c
+++ b/cipher/rndunix.c
@@ -100,9 +100,7 @@
#include <errno.h>
#include "types.h" /* for byte and u32 typedefs */
-#ifndef IS_MODULE
#include "algorithms.h"
-#endif
#include "util.h"
#ifndef EAGAIN