diff options
author | lloyd <[email protected]> | 2009-12-16 00:32:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-16 00:32:49 +0000 |
commit | 87cbaef441c6baba2699a8ea53ac2562c46c772d (patch) | |
tree | a61455bcb4de0e0eab34953f7a53a84b512f34d3 /src/entropy/dev_random | |
parent | 076afc21c2b775d2658f33086b890255f6f2c70f (diff) |
Full working amalgamation build, plus internal-only headers concept.
Diffstat (limited to 'src/entropy/dev_random')
-rw-r--r-- | src/entropy/dev_random/dev_random.cpp (renamed from src/entropy/dev_random/es_dev.cpp) | 2 | ||||
-rw-r--r-- | src/entropy/dev_random/dev_random.h (renamed from src/entropy/dev_random/es_dev.h) | 0 | ||||
-rw-r--r-- | src/entropy/dev_random/info.txt | 10 |
3 files changed, 9 insertions, 3 deletions
diff --git a/src/entropy/dev_random/es_dev.cpp b/src/entropy/dev_random/dev_random.cpp index ef3074194..d0babfd1e 100644 --- a/src/entropy/dev_random/es_dev.cpp +++ b/src/entropy/dev_random/dev_random.cpp @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include <botan/es_dev.h> +#include <botan/internal/dev_random.h> #include <sys/types.h> #include <sys/select.h> diff --git a/src/entropy/dev_random/es_dev.h b/src/entropy/dev_random/dev_random.h index df9dbe1c1..df9dbe1c1 100644 --- a/src/entropy/dev_random/es_dev.h +++ b/src/entropy/dev_random/dev_random.h diff --git a/src/entropy/dev_random/info.txt b/src/entropy/dev_random/info.txt index 2907d4178..cabb47ea2 100644 --- a/src/entropy/dev_random/info.txt +++ b/src/entropy/dev_random/info.txt @@ -1,6 +1,12 @@ -define ENTROPY_SRC_DEVICE +define ENTROPY_SRC_DEV_RANDOM -load_on auto +<source> +dev_random.cpp +</source> + +<header:internal> +dev_random.h +</header:internal> <os> aix |