aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/entropy/rdrand/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/entropy/rdrand/info.txt')
-rw-r--r--src/lib/entropy/rdrand/info.txt16
1 files changed, 3 insertions, 13 deletions
diff --git a/src/lib/entropy/rdrand/info.txt b/src/lib/entropy/rdrand/info.txt
index e3e1a2a50..ebc7fb747 100644
--- a/src/lib/entropy/rdrand/info.txt
+++ b/src/lib/entropy/rdrand/info.txt
@@ -1,6 +1,8 @@
define ENTROPY_SRC_RDRAND 20131128
-need_isa rdrand
+<requires>
+rdrand_rng
+</requires>
<source>
rdrand.cpp
@@ -9,15 +11,3 @@ rdrand.cpp
<header:internal>
rdrand.h
</header:internal>
-
-<arch>
-x86_32
-x86_64
-</arch>
-
-<cc>
-gcc
-clang
-icc
-msvc
-</cc>