freerdp2/winpr/libwinpr/crypto/test/TestCryptoProtectData.c
2020-05-28 00:16:30 +02: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;
}