aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_postform.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_postform.c')
-rw-r--r--src/testcurl/test_postform.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/testcurl/test_postform.c b/src/testcurl/test_postform.c
index 61e3fdf6..da9eac33 100644
--- a/src/testcurl/test_postform.c
+++ b/src/testcurl/test_postform.c
@@ -463,16 +463,12 @@ testExternalPost ()
463} 463}
464 464
465 465
466GCRY_THREAD_OPTION_PTHREAD_IMPL;
467
468
469int 466int
470main (int argc, char *const *argv) 467main (int argc, char *const *argv)
471{ 468{
472 unsigned int errorCount = 0; 469 unsigned int errorCount = 0;
473 470
474 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0); 471 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);
475 gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);
476#ifdef GCRYCTL_INITIALIZATION_FINISHED 472#ifdef GCRYCTL_INITIALIZATION_FINISHED
477 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); 473 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
478#endif 474#endif