aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_https_get_select.c')
-rw-r--r--src/testcurl/https/test_https_get_select.c4
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
209GCRY_THREAD_OPTION_PTHREAD_IMPL;
210 209
211int 210int
212main (int argc, char *const *argv) 211main (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));