initialize gcrypt threadsave, currently for pthread only

This commit is contained in:
Martin Willi
2009-06-09 11:18:56 +02:00
parent 4977018c23
commit 513a1a2835
2 changed files with 28 additions and 1 deletions
+3
View File
@@ -200,6 +200,9 @@ char *whitelist[] = {
"DH_new_method",
"ENGINE_load_builtin_engines",
"OPENSSL_config",
/* libgcrypt */
"gcry_control",
"gcry_check_version",
};
/**