freerdp/winpr/libwinpr/crypto/test/TestCryptoProtectData.c

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;
}