diff options
-rw-r--r-- | doc/news.rst | 2 | ||||
-rw-r--r-- | src/lib/entropy/rdrand/info.txt | 1 |
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> |