diff options
Diffstat (limited to 'src/testcurl/https/test_https_get_select.c')
-rw-r--r-- | src/testcurl/https/test_https_get_select.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/testcurl/https/test_https_get_select.c b/src/testcurl/https/test_https_get_select.c index 70a16425..ad3142d6 100644 --- a/src/testcurl/https/test_https_get_select.c +++ b/src/testcurl/https/test_https_get_select.c | |||
@@ -206,16 +206,12 @@ testExternalGet (int flags) | |||
206 | return 0; | 206 | return 0; |
207 | } | 207 | } |
208 | 208 | ||
209 | GCRY_THREAD_OPTION_PTHREAD_IMPL; | ||
210 | 209 | ||
211 | int | 210 | int |
212 | main (int argc, char *const *argv) | 211 | main (int argc, char *const *argv) |
213 | { | 212 | { |
214 | unsigned int errorCount = 0; | 213 | unsigned int errorCount = 0; |
215 | 214 | ||
216 | gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread); | ||
217 | if (!gcry_check_version (GCRYPT_VERSION)) | ||
218 | abort (); | ||
219 | if (0 != curl_global_init (CURL_GLOBAL_ALL)) | 215 | if (0 != curl_global_init (CURL_GLOBAL_ALL)) |
220 | { | 216 | { |
221 | fprintf (stderr, "Error: %s\n", strerror (errno)); | 217 | fprintf (stderr, "Error: %s\n", strerror (errno)); |