aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/rng
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-12-17 23:48:20 +0000
committerlloyd <[email protected]>2014-12-17 23:48:20 +0000
commit4db8ae79680f3f5b65fcd5f69528d5be97b279ed (patch)
tree5f9fcb842f1ba791fc10064d06aeac4476f5c45f /src/lib/rng
parentdad6b7c94067b2d571ee9ef187a2a370b1b1e16a (diff)
Add MinGW support for the CryptoAPI RNG. Also disable the dependencies
in auto_rng for a working entropy source as in situations where it doesn't work almost none of the library builds. Disable boost by default from the library. Github issue 34. Unrelated - remove long dead Tru64 as a target.
Diffstat (limited to 'src/lib/rng')
-rw-r--r--src/lib/rng/auto_rng/info.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rng/auto_rng/info.txt b/src/lib/rng/auto_rng/info.txt
index a72120a88..4f48f484b 100644
--- a/src/lib/rng/auto_rng/info.txt
+++ b/src/lib/rng/auto_rng/info.txt
@@ -5,5 +5,5 @@ hmac_rng
hmac
sha2_32
sha2_64
-dev_random|cryptoapi_rng|unix_procs|proc_walk
+#dev_random|cryptoapi_rng|unix_procs|proc_walk
</requires>