FreeRDP
Loading...
Searching...
No Matches
TestCryptoProtectData.c
1
2
3#include <winpr/crt.h>
4#include <winpr/tchar.h>
5#include <winpr/crypto.h>
6
7int TestCryptoProtectData(int argc, char* argv[])
8{
9 return 0;
10}