aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/entropy
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2017-07-31 21:22:16 +0200
committerSimon Warta <[email protected]>2017-07-31 21:22:16 +0200
commitc89d1e9679159753eb983e67699ec3858ca758d6 (patch)
treed8a0aa36ed46b905b9198710fb0ecd81b72f7f9c /src/lib/entropy
parentbbc35eda186957d85e17943f1fa36a766649aee3 (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.txt6
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>