summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/rng/rdrand_rng/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'comm/third_party/botan/src/lib/rng/rdrand_rng/info.txt')
-rw-r--r--comm/third_party/botan/src/lib/rng/rdrand_rng/info.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/comm/third_party/botan/src/lib/rng/rdrand_rng/info.txt b/comm/third_party/botan/src/lib/rng/rdrand_rng/info.txt
new file mode 100644
index 0000000000..5cc616deae
--- /dev/null
+++ b/comm/third_party/botan/src/lib/rng/rdrand_rng/info.txt
@@ -0,0 +1,13 @@
+<defines>
+RDRAND_RNG -> 20160619
+</defines>
+
+<requires>
+processor_rng
+</requires>
+
+# Avoid building RDRAND_RNG on non-x86 since that would be confusing
+<arch>
+x86_32
+x86_64
+</arch>