From 01d60d3263845df114d7370bffb3264726b16444 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 1 Oct 2008 16:40:30 +0000 Subject: Document dependencies between modules --- src/codec/base64/info.txt | 4 ++++ src/codec/bzip2/info.txt | 4 ++++ src/codec/hex/info.txt | 4 ++++ src/codec/zlib/info.txt | 4 ++++ src/core/info.txt | 2 +- src/core/rng.cpp | 5 +++-- src/utils/datastor.cpp | 3 ++- src/utils/info.txt | 4 ++++ 8 files changed, 26 insertions(+), 4 deletions(-) diff --git a/src/codec/base64/info.txt b/src/codec/base64/info.txt index c9c05a255..591581afb 100644 --- a/src/codec/base64/info.txt +++ b/src/codec/base64/info.txt @@ -4,6 +4,10 @@ define BASE64_CODEC load_on auto + +filters + + base64.cpp b64_char.cpp diff --git a/src/codec/bzip2/info.txt b/src/codec/bzip2/info.txt index efedc097f..51e1feed1 100644 --- a/src/codec/bzip2/info.txt +++ b/src/codec/bzip2/info.txt @@ -7,6 +7,10 @@ modset compression load_on request + +filters + + bzip2.h bzip2.cpp diff --git a/src/codec/hex/info.txt b/src/codec/hex/info.txt index 4977742d0..71b33a6ad 100644 --- a/src/codec/hex/info.txt +++ b/src/codec/hex/info.txt @@ -4,6 +4,10 @@ define HEX_CODEC load_on auto + +filters + + hex.cpp hex_char.cpp diff --git a/src/codec/zlib/info.txt b/src/codec/zlib/info.txt index c1f1f998c..49e9658a9 100644 --- a/src/codec/zlib/info.txt +++ b/src/codec/zlib/info.txt @@ -7,6 +7,10 @@ define COMPRESSOR_ZLIB load_on request modset compression + +filters + + zlib.h zlib.cpp diff --git a/src/core/info.txt b/src/core/info.txt index 6c031d36f..7e8fb3c76 100644 --- a/src/core/info.txt +++ b/src/core/info.txt @@ -10,7 +10,7 @@ sha1 sha2 hmac filters -libstate +hex timer_base diff --git a/src/core/rng.cpp b/src/core/rng.cpp index fec9641ff..05746f188 100644 --- a/src/core/rng.cpp +++ b/src/core/rng.cpp @@ -4,19 +4,20 @@ *************************************************/ #include -#include #include #include #include #if defined(BOTAN_HAS_RANDPOOL) + #include #include -#endif #if defined(BOTAN_HAS_X931_RNG) #include #endif +#endif + #if defined(BOTAN_HAS_TIMER_HARDWARE) #include #elif defined(BOTAN_HAS_TIMER_POSIX) diff --git a/src/utils/datastor.cpp b/src/utils/datastor.cpp index bff6bcf5b..a2fda1a88 100644 --- a/src/utils/datastor.cpp +++ b/src/utils/datastor.cpp @@ -4,9 +4,10 @@ *************************************************/ #include -#include +#include #include #include +#include namespace Botan { diff --git a/src/utils/info.txt b/src/utils/info.txt index a1c87ef44..b20a16a56 100644 --- a/src/utils/info.txt +++ b/src/utils/info.txt @@ -8,6 +8,10 @@ load_on auto tru64 -> rt + +filters + + bit_ops.h bswap.h -- cgit v1.2.3