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

11 lines
142 B
C
Raw Permalink Normal View History

2023-05-09 21:29:50 +00:00
#include <winpr/crt.h>
#include <winpr/tchar.h>
#include <winpr/crypto.h>
int TestCryptoProtectData(int argc, char* argv[])
{
return 0;
}