aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-12-17 03:43:52 -0500
committerJack Lloyd <[email protected]>2015-12-17 03:43:52 -0500
commit2ec18f58345e1b97131787c9dbaec3027bcb15c3 (patch)
treec3cb683fdf38daf909b386915647b25754222c44
parent740591cb0adf608f9ae93d0720173d1daa7934f7 (diff)
parenteeef1daa51670f860e10f32708ba5498d6dbebd9 (diff)
Merge pull request #364 from neusdan/RdRand_windows
Enable RdRand on Windows/MSVC
-rw-r--r--doc/news.rst2
-rw-r--r--src/lib/entropy/rdrand/info.txt1
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst
index 4772501e3..e9b3d1449 100644
--- a/doc/news.rst
+++ b/doc/news.rst
@@ -8,6 +8,8 @@ Version 1.11.26, Not Yet Released
Previously the library would in many cases throw `std::runtime_error`
or `std::invalid_argument` exceptions which would make it hard to determine
the source of the error in some cases.
+
+* Enable RdRand entropy source on Windows/MSVC.
Version 1.11.25, 2015-12-07
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
diff --git a/src/lib/entropy/rdrand/info.txt b/src/lib/entropy/rdrand/info.txt
index 546ab699a..e3e1a2a50 100644
--- a/src/lib/entropy/rdrand/info.txt
+++ b/src/lib/entropy/rdrand/info.txt
@@ -19,4 +19,5 @@ x86_64
gcc
clang
icc
+msvc
</cc>