summaryrefslogtreecommitdiffhomepage
path: root/src/stubs/bcryptprimitives.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs/bcryptprimitives.def')
-rw-r--r--src/stubs/bcryptprimitives.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/stubs/bcryptprimitives.def b/src/stubs/bcryptprimitives.def
new file mode 100644
index 0000000..9021d7c
--- /dev/null
+++ b/src/stubs/bcryptprimitives.def
@@ -0,0 +1,7 @@
+; This file is dedicated to the public domain.
+
+LIBRARY bcryptprimitives
+EXPORTS
+ ProcessPrng
+
+; vi: sw=4 ts=4 noet tw=80 cc=80