diff options
author | Simon Warta <[email protected]> | 2017-04-02 11:19:58 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2017-04-02 21:51:55 +0200 |
commit | ca9740f29a860c80b28a7ff8b7c1df1d5ccddab8 (patch) | |
tree | ecc35158c9de6c4ef43202fd94fb0c670a02d564 /src/lib/entropy | |
parent | b3f3e6d718736c5838f6f034d7cf2e0c2bf4ba4d (diff) |
Remove "Dirty hack" for multiple defines in lex_me_harder()
Diffstat (limited to 'src/lib/entropy')
-rw-r--r-- | src/lib/entropy/cryptoapi_rng/info.txt | 4 | ||||
-rw-r--r-- | src/lib/entropy/darwin_secrandom/info.txt | 4 | ||||
-rw-r--r-- | src/lib/entropy/dev_random/info.txt | 4 | ||||
-rw-r--r-- | src/lib/entropy/getentropy/info.txt | 4 | ||||
-rw-r--r-- | src/lib/entropy/info.txt | 4 | ||||
-rw-r--r-- | src/lib/entropy/proc_walk/info.txt | 4 | ||||
-rw-r--r-- | src/lib/entropy/rdrand/info.txt | 4 | ||||
-rw-r--r-- | src/lib/entropy/rdseed/info.txt | 4 | ||||
-rw-r--r-- | src/lib/entropy/win32_stats/info.txt | 4 |
9 files changed, 27 insertions, 9 deletions
diff --git a/src/lib/entropy/cryptoapi_rng/info.txt b/src/lib/entropy/cryptoapi_rng/info.txt index 846a11371..21b42f2a0 100644 --- a/src/lib/entropy/cryptoapi_rng/info.txt +++ b/src/lib/entropy/cryptoapi_rng/info.txt @@ -1,4 +1,6 @@ -define ENTROPY_SRC_CAPI 20131128 +<defines> +ENTROPY_SRC_CAPI -> 20131128 +</defines> <header:internal> es_capi.h diff --git a/src/lib/entropy/darwin_secrandom/info.txt b/src/lib/entropy/darwin_secrandom/info.txt index 554a4b3d8..477818818 100644 --- a/src/lib/entropy/darwin_secrandom/info.txt +++ b/src/lib/entropy/darwin_secrandom/info.txt @@ -1,4 +1,6 @@ -define ENTROPY_SRC_DARWIN_SECRANDOM 20150925 +<defines> +ENTROPY_SRC_DARWIN_SECRANDOM -> 20150925 +</defines> <header:internal> darwin_secrandom.h diff --git a/src/lib/entropy/dev_random/info.txt b/src/lib/entropy/dev_random/info.txt index 56162f84e..eeffe5b85 100644 --- a/src/lib/entropy/dev_random/info.txt +++ b/src/lib/entropy/dev_random/info.txt @@ -1,4 +1,6 @@ -define ENTROPY_SRC_DEV_RANDOM 20131128 +<defines> +ENTROPY_SRC_DEV_RANDOM -> 20131128 +</defines> <header:internal> dev_random.h diff --git a/src/lib/entropy/getentropy/info.txt b/src/lib/entropy/getentropy/info.txt index 89e7b120d..a44299cbe 100644 --- a/src/lib/entropy/getentropy/info.txt +++ b/src/lib/entropy/getentropy/info.txt @@ -1,4 +1,6 @@ -define ENTROPY_SRC_GETENTROPY 20170327 +<defines> +ENTROPY_SRC_GETENTROPY -> 20170327 +</defines> <header:internal> getentropy.h diff --git a/src/lib/entropy/info.txt b/src/lib/entropy/info.txt index d80176113..57f1930b9 100644 --- a/src/lib/entropy/info.txt +++ b/src/lib/entropy/info.txt @@ -1,4 +1,6 @@ -define ENTROPY_SOURCE 20151120 +<defines> +ENTROPY_SOURCE -> 20151120 +</defines> <requires> rng diff --git a/src/lib/entropy/proc_walk/info.txt b/src/lib/entropy/proc_walk/info.txt index ef9f602f3..363fa8cd9 100644 --- a/src/lib/entropy/proc_walk/info.txt +++ b/src/lib/entropy/proc_walk/info.txt @@ -1,4 +1,6 @@ -define ENTROPY_SRC_PROC_WALKER 20131128 +<defines> +ENTROPY_SRC_PROC_WALKER -> 20131128 +</defines> <header:internal> proc_walk.h diff --git a/src/lib/entropy/rdrand/info.txt b/src/lib/entropy/rdrand/info.txt index 01ef2bc05..6abe8765d 100644 --- a/src/lib/entropy/rdrand/info.txt +++ b/src/lib/entropy/rdrand/info.txt @@ -1,4 +1,6 @@ -define ENTROPY_SRC_RDRAND 20131128 +<defines> +ENTROPY_SRC_RDRAND -> 20131128 +</defines> <requires> rdrand_rng diff --git a/src/lib/entropy/rdseed/info.txt b/src/lib/entropy/rdseed/info.txt index 10e797322..13ea33175 100644 --- a/src/lib/entropy/rdseed/info.txt +++ b/src/lib/entropy/rdseed/info.txt @@ -1,4 +1,6 @@ -define ENTROPY_SRC_RDSEED 20151218 +<defines> +ENTROPY_SRC_RDSEED -> 20151218 +</defines> need_isa rdseed diff --git a/src/lib/entropy/win32_stats/info.txt b/src/lib/entropy/win32_stats/info.txt index 1787c9138..7c84fc235 100644 --- a/src/lib/entropy/win32_stats/info.txt +++ b/src/lib/entropy/win32_stats/info.txt @@ -1,4 +1,6 @@ -define ENTROPY_SRC_WIN32 20131128 +<defines> +ENTROPY_SRC_WIN32 -> 20131128 +</defines> <header:internal> es_win32.h |