diff options
author | David Shaw <[email protected]> | 2003-12-30 00:57:05 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-12-30 00:57:05 +0000 |
commit | d7a28c72a893041f8c8e7b523096601bfdb85fb7 (patch) | |
tree | 1ebecbb41d31ec7c6567548a03a25c02e5655b7c /cipher/rndunix.c | |
parent | * g10u.c: Dead code. Remove. (diff) | |
download | gnupg-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.c | 2 |
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 |