Libgcrypt warning: missing initialization - please fix the application

This commit is contained in:
liuxueli
2021-09-01 17:57:14 +08:00
parent 80584df0a9
commit 8d623d0f02

View File

@@ -20,7 +20,7 @@
int gcry_init()
{
//const char * tmp = gcry_check_version("1.8.7");
gcry_check_version("1.8.7");
//gcry_control(GCRYCTL_SET_THREAD_CBS,&gcry_threads_pthread);
return 0;
}