From d7a28c72a893041f8c8e7b523096601bfdb85fb7 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Tue, 30 Dec 2003 00:57:05 +0000 Subject: * rijndael.c, rndunix.c, twofish.c: Remove dead IS_MODULE code. * g10c.c: Dead code. Remove. * Makefile.am: Don't compile g10c.c. --- cipher/rndunix.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cipher/rndunix.c') 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 #include "types.h" /* for byte and u32 typedefs */ -#ifndef IS_MODULE #include "algorithms.h" -#endif #include "util.h" #ifndef EAGAIN -- cgit