FreeRDP/winpr/libwinpr/crypto/test/TestCryptoProtectData.c
2019-11-07 10:53:54 +01:00

11 lines
142 B
C

#include <winpr/crt.h>
#include <winpr/tchar.h>
#include <winpr/crypto.h>
int TestCryptoProtectData(int argc, char* argv[])
{
return 0;
}