Use the quick random number generator.

This commit is contained in:
lotodore
2008-04-25 09:55:46 +00:00
parent c31a43e64d
commit 8eb96aca77
+1
View File
@@ -67,6 +67,7 @@ bool
internal_socket_startup()
{
gcry_control(GCRYCTL_SET_THREAD_CBS, &gcry_threads_boost);
gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0);
return SSL_library_init() == 1;
}