aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get_parallel_threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_https_get_parallel_threads.c')
-rw-r--r--src/testcurl/https/test_https_get_parallel_threads.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testcurl/https/test_https_get_parallel_threads.c b/src/testcurl/https/test_https_get_parallel_threads.c
index 08ee35e6..e8df1e14 100644
--- a/src/testcurl/https/test_https_get_parallel_threads.c
+++ b/src/testcurl/https/test_https_get_parallel_threads.c
@@ -33,9 +33,9 @@
33#include <limits.h> 33#include <limits.h>
34#include <curl/curl.h> 34#include <curl/curl.h>
35#include <pthread.h> 35#include <pthread.h>
36#ifdef MHD_HTTPS_REQUIRE_GRYPT 36#ifdef MHD_HTTPS_REQUIRE_GCRYPT
37#include <gcrypt.h> 37#include <gcrypt.h>
38#endif /* MHD_HTTPS_REQUIRE_GRYPT */ 38#endif /* MHD_HTTPS_REQUIRE_GCRYPT */
39#include "tls_test_common.h" 39#include "tls_test_common.h"
40#include "tls_test_keys.h" 40#include "tls_test_keys.h"
41 41
@@ -152,11 +152,11 @@ main (int argc, char *const *argv)
152 /* initialize random seed used by curl clients */ 152 /* initialize random seed used by curl clients */
153 iseed = (unsigned int) time (NULL); 153 iseed = (unsigned int) time (NULL);
154 154
155#ifdef MHD_HTTPS_REQUIRE_GRYPT 155#ifdef MHD_HTTPS_REQUIRE_GCRYPT
156#ifdef GCRYCTL_INITIALIZATION_FINISHED 156#ifdef GCRYCTL_INITIALIZATION_FINISHED
157 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); 157 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
158#endif 158#endif
159#endif /* MHD_HTTPS_REQUIRE_GRYPT */ 159#endif /* MHD_HTTPS_REQUIRE_GCRYPT */
160 srand (iseed); 160 srand (iseed);
161 if (! testsuite_curl_global_init ()) 161 if (! testsuite_curl_global_init ())
162 return 99; 162 return 99;