diff options
Diffstat (limited to 'src/testcurl/https/test_https_time_out.c')
-rw-r--r-- | src/testcurl/https/test_https_time_out.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testcurl/https/test_https_time_out.c b/src/testcurl/https/test_https_time_out.c index 112f5390..369bb861 100644 --- a/src/testcurl/https/test_https_time_out.c +++ b/src/testcurl/https/test_https_time_out.c | |||
@@ -90,7 +90,6 @@ test_tls_session_time_out (gnutls_session_t session) | |||
90 | return 0; | 90 | return 0; |
91 | } | 91 | } |
92 | 92 | ||
93 | GCRY_THREAD_OPTION_PTHREAD_IMPL; | ||
94 | 93 | ||
95 | int | 94 | int |
96 | main (int argc, char *const *argv) | 95 | main (int argc, char *const *argv) |
@@ -104,7 +103,6 @@ main (int argc, char *const *argv) | |||
104 | 103 | ||
105 | 104 | ||
106 | gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0); | 105 | gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0); |
107 | gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread); | ||
108 | #ifdef GCRYCTL_INITIALIZATION_FINISHED | 106 | #ifdef GCRYCTL_INITIALIZATION_FINISHED |
109 | gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); | 107 | gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); |
110 | #endif | 108 | #endif |