aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_tls_authentication.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_tls_authentication.c')
-rw-r--r--src/testcurl/https/test_tls_authentication.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/testcurl/https/test_tls_authentication.c b/src/testcurl/https/test_tls_authentication.c
index 42a33b4c..17942cf6 100644
--- a/src/testcurl/https/test_tls_authentication.c
+++ b/src/testcurl/https/test_tls_authentication.c
@@ -69,16 +69,12 @@ test_secure_get (void * cls, char *cipher_suite, int proto_version)
69} 69}
70 70
71 71
72GCRY_THREAD_OPTION_PTHREAD_IMPL;
73
74
75int 72int
76main (int argc, char *const *argv) 73main (int argc, char *const *argv)
77{ 74{
78 unsigned int errorCount = 0; 75 unsigned int errorCount = 0;
79 76
80 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0); 77 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);
81 gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);
82#ifdef GCRYCTL_INITIALIZATION_FINISHED 78#ifdef GCRYCTL_INITIALIZATION_FINISHED
83 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); 79 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
84#endif 80#endif