summaryrefslogtreecommitdiffstats
path: root/botan/src/entropy/cryptoapi_rng/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/entropy/cryptoapi_rng/info.txt')
-rw-r--r--botan/src/entropy/cryptoapi_rng/info.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/botan/src/entropy/cryptoapi_rng/info.txt b/botan/src/entropy/cryptoapi_rng/info.txt
new file mode 100644
index 0000000..643c67d
--- /dev/null
+++ b/botan/src/entropy/cryptoapi_rng/info.txt
@@ -0,0 +1,21 @@
+realname "Win32 CryptoAPI Entropy Source"
+
+define ENTROPY_SRC_CAPI
+load_on auto
+modset win32
+
+<add>
+es_capi.h
+es_capi.cpp
+</add>
+
+# We'll just assume CAPI is there; this is OK except for 3.x, early versions
+# of 95, and maybe NT 3.5
+<os>
+windows
+cygwin
+</os>
+
+<libs>
+windows -> advapi32.lib
+</libs>