diff options
Diffstat (limited to 'src/testcurl/https/test_https_get_parallel_threads.c')
-rw-r--r-- | src/testcurl/https/test_https_get_parallel_threads.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/testcurl/https/test_https_get_parallel_threads.c b/src/testcurl/https/test_https_get_parallel_threads.c index dea6e754..84ce0a18 100644 --- a/src/testcurl/https/test_https_get_parallel_threads.c +++ b/src/testcurl/https/test_https_get_parallel_threads.c | |||
@@ -123,10 +123,6 @@ test_parallel_clients (void *cls, const char *cipher_suite, | |||
123 | } | 123 | } |
124 | 124 | ||
125 | 125 | ||
126 | |||
127 | GCRY_THREAD_OPTION_PTHREAD_IMPL; | ||
128 | |||
129 | |||
130 | int | 126 | int |
131 | main (int argc, char *const *argv) | 127 | main (int argc, char *const *argv) |
132 | { | 128 | { |
@@ -136,9 +132,6 @@ main (int argc, char *const *argv) | |||
136 | /* initialize random seed used by curl clients */ | 132 | /* initialize random seed used by curl clients */ |
137 | unsigned int iseed = (unsigned int) time (NULL); | 133 | unsigned int iseed = (unsigned int) time (NULL); |
138 | 134 | ||
139 | |||
140 | gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0); | ||
141 | gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread); | ||
142 | #ifdef GCRYCTL_INITIALIZATION_FINISHED | 135 | #ifdef GCRYCTL_INITIALIZATION_FINISHED |
143 | gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); | 136 | gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); |
144 | #endif | 137 | #endif |