aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/entropy
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/entropy
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/entropy')
-rw-r--r--src/lib/entropy/cryptoapi_rng/info.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/entropy/cryptoapi_rng/info.txt b/src/lib/entropy/cryptoapi_rng/info.txt
index d4ee13aea..ea4bc96f0 100644
--- a/src/lib/entropy/cryptoapi_rng/info.txt
+++ b/src/lib/entropy/cryptoapi_rng/info.txt
@@ -17,4 +17,5 @@ cygwin
<libs>
windows -> advapi32.lib
+mingw -> advapi32.lib
</libs>