diff options
author | Jack Lloyd <[email protected]> | 2017-05-19 13:05:19 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-05-19 13:05:19 -0400 |
commit | dd2c8aa1707e59844ef4a30f01983b9ee5fe60fa (patch) | |
tree | 03422b67f404f1235b742dea0f477a125bd91bbd /src/lib/entropy | |
parent | 7d1bef2a8fa081f9896eebbba6ae37e273c91099 (diff) |
Fixes for MSVC version detection
See comments in
https://github.com/randombit/botan/commit/7f019174bfcf3c2b31bda74fe40ce35727db1cef
Diffstat (limited to 'src/lib/entropy')
-rw-r--r-- | src/lib/entropy/rdseed/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/entropy/rdseed/info.txt b/src/lib/entropy/rdseed/info.txt index 8e37f808c..085174257 100644 --- a/src/lib/entropy/rdseed/info.txt +++ b/src/lib/entropy/rdseed/info.txt @@ -17,5 +17,5 @@ x86_64 gcc:4.8 clang:3.2 icc -msvc:18 +msvc:2013 </cc> |