summaryrefslogtreecommitdiffstats
path: root/botan/src/rng/hmac_rng/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/rng/hmac_rng/info.txt')
-rw-r--r--botan/src/rng/hmac_rng/info.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/botan/src/rng/hmac_rng/info.txt b/botan/src/rng/hmac_rng/info.txt
new file mode 100644
index 0000000..2c7f13e
--- /dev/null
+++ b/botan/src/rng/hmac_rng/info.txt
@@ -0,0 +1,14 @@
+realname "HMAC RNG"
+
+define HMAC_RNG
+
+load_on auto
+
+<add>
+hmac_rng.cpp
+hmac_rng.h
+</add>
+
+<requires>
+mac
+</requires>