summaryrefslogtreecommitdiffstats
path: root/winpr/libwinpr/crypto/test/TestCryptoProtectData.c
diff options
context:
space:
mode:
Diffstat (limited to 'winpr/libwinpr/crypto/test/TestCryptoProtectData.c')
-rw-r--r--winpr/libwinpr/crypto/test/TestCryptoProtectData.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/winpr/libwinpr/crypto/test/TestCryptoProtectData.c b/winpr/libwinpr/crypto/test/TestCryptoProtectData.c
new file mode 100644
index 0000000..45ef3e0
--- /dev/null
+++ b/winpr/libwinpr/crypto/test/TestCryptoProtectData.c
@@ -0,0 +1,10 @@
+
+
+#include <winpr/crt.h>
+#include <winpr/tchar.h>
+#include <winpr/crypto.h>
+
+int TestCryptoProtectData(int argc, char* argv[])
+{
+ return 0;
+}