diff options
author | Werner Koch <[email protected]> | 2002-08-04 22:00:32 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-08-04 22:00:32 +0000 |
commit | 705873c41b194a5e93e471be69dfebd0103aaa09 (patch) | |
tree | 168005c65941d88d81e9f11774118dfce8889b14 /cipher/rndunix.c | |
parent | * configure.ac (ALL_LINGUAS): Added Catalan. (diff) | |
download | gnupg-705873c41b194a5e93e471be69dfebd0103aaa09.tar.gz gnupg-705873c41b194a5e93e471be69dfebd0103aaa09.zip |
Removed some obsolete header files.V1-1-91
Diffstat (limited to 'cipher/rndunix.c')
-rw-r--r-- | cipher/rndunix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rndunix.c b/cipher/rndunix.c index c8d140efe..ba1a55a1a 100644 --- a/cipher/rndunix.c +++ b/cipher/rndunix.c @@ -101,7 +101,7 @@ #include "types.h" /* for byte and u32 typedefs */ #ifndef IS_MODULE -#include "dynload.h" +#include "algorithms.h" #endif #include "util.h" |