diff options
author | Simon Warta <[email protected]> | 2017-07-31 21:22:16 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2017-07-31 21:22:16 +0200 |
commit | c89d1e9679159753eb983e67699ec3858ca758d6 (patch) | |
tree | d8a0aa36ed46b905b9198710fb0ecd81b72f7f9c /src/lib/entropy | |
parent | bbc35eda186957d85e17943f1fa36a766649aee3 (diff) |
Remove low compiler version restrictions
All minimum compiler versions in rdseed are less or equal the minimum
compiler version for the Botan 2.x branch. Remove those explicit
restrictions to allow users with unknown cc_version to compile rdseed
Diffstat (limited to 'src/lib/entropy')
-rw-r--r-- | src/lib/entropy/rdseed/info.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/entropy/rdseed/info.txt b/src/lib/entropy/rdseed/info.txt index 085174257..13ea33175 100644 --- a/src/lib/entropy/rdseed/info.txt +++ b/src/lib/entropy/rdseed/info.txt @@ -14,8 +14,8 @@ x86_64 </arch> <cc> -gcc:4.8 -clang:3.2 +gcc +clang icc -msvc:2013 +msvc </cc> |