From c89d1e9679159753eb983e67699ec3858ca758d6 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 31 Jul 2017 21:22:16 +0200 Subject: 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 --- src/lib/entropy/rdseed/info.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib') 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 -gcc:4.8 -clang:3.2 +gcc +clang icc -msvc:2013 +msvc -- cgit v1.2.3