aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_digestauth_with_arguments.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_digestauth_with_arguments.c')
-rw-r--r--src/testcurl/test_digestauth_with_arguments.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/testcurl/test_digestauth_with_arguments.c b/src/testcurl/test_digestauth_with_arguments.c
index 08761fad..fb99fb7a 100644
--- a/src/testcurl/test_digestauth_with_arguments.c
+++ b/src/testcurl/test_digestauth_with_arguments.c
@@ -222,16 +222,12 @@ testDigestAuth ()
222} 222}
223 223
224 224
225GCRY_THREAD_OPTION_PTHREAD_IMPL;
226
227
228int 225int
229main (int argc, char *const *argv) 226main (int argc, char *const *argv)
230{ 227{
231 unsigned int errorCount = 0; 228 unsigned int errorCount = 0;
232 229
233 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0); 230 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);
234 gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);
235#ifdef GCRYCTL_INITIALIZATION_FINISHED 231#ifdef GCRYCTL_INITIALIZATION_FINISHED
236 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); 232 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
237#endif 233#endif