aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_multi_daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_https_multi_daemon.c')
-rw-r--r--src/testcurl/https/test_https_multi_daemon.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/testcurl/https/test_https_multi_daemon.c b/src/testcurl/https/test_https_multi_daemon.c
index 30b76713..e25513d1 100644
--- a/src/testcurl/https/test_https_multi_daemon.c
+++ b/src/testcurl/https/test_https_multi_daemon.c
@@ -91,9 +91,6 @@ test_concurent_daemon_pair (void *cls,
91} 91}
92 92
93 93
94GCRY_THREAD_OPTION_PTHREAD_IMPL;
95
96
97int 94int
98main (int argc, char *const *argv) 95main (int argc, char *const *argv)
99{ 96{
@@ -101,7 +98,6 @@ main (int argc, char *const *argv)
101 FILE *cert; 98 FILE *cert;
102 99
103 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0); 100 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);
104 gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);
105#ifdef GCRYCTL_INITIALIZATION_FINISHED 101#ifdef GCRYCTL_INITIALIZATION_FINISHED
106 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); 102 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
107#endif 103#endif