aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get_iovec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_https_get_iovec.c')
-rw-r--r--src/testcurl/https/test_https_get_iovec.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testcurl/https/test_https_get_iovec.c b/src/testcurl/https/test_https_get_iovec.c
index b2d46c3f..33272952 100644
--- a/src/testcurl/https/test_https_get_iovec.c
+++ b/src/testcurl/https/test_https_get_iovec.c
@@ -37,9 +37,9 @@
37#include <limits.h> 37#include <limits.h>
38#include <sys/stat.h> 38#include <sys/stat.h>
39#include <curl/curl.h> 39#include <curl/curl.h>
40#ifdef MHD_HTTPS_REQUIRE_GRYPT 40#ifdef MHD_HTTPS_REQUIRE_GCRYPT
41#include <gcrypt.h> 41#include <gcrypt.h>
42#endif /* MHD_HTTPS_REQUIRE_GRYPT */ 42#endif /* MHD_HTTPS_REQUIRE_GCRYPT */
43#include "tls_test_common.h" 43#include "tls_test_common.h"
44#include "tls_test_keys.h" 44#include "tls_test_keys.h"
45 45
@@ -391,12 +391,12 @@ main (int argc, char *const *argv)
391 const char *aes256_sha_tlsv1 = "AES256-SHA"; 391 const char *aes256_sha_tlsv1 = "AES256-SHA";
392 (void) argc; (void) argv; /* Unused. Silent compiler warning. */ 392 (void) argc; (void) argv; /* Unused. Silent compiler warning. */
393 393
394#ifdef MHD_HTTPS_REQUIRE_GRYPT 394#ifdef MHD_HTTPS_REQUIRE_GCRYPT
395 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0); 395 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);
396#ifdef GCRYCTL_INITIALIZATION_FINISHED 396#ifdef GCRYCTL_INITIALIZATION_FINISHED
397 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); 397 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
398#endif 398#endif
399#endif /* MHD_HTTPS_REQUIRE_GRYPT */ 399#endif /* MHD_HTTPS_REQUIRE_GCRYPT */
400 if (! testsuite_curl_global_init ()) 400 if (! testsuite_curl_global_init ())
401 return 99; 401 return 99;
402 if (NULL == curl_version_info (CURLVERSION_NOW)->ssl_version) 402 if (NULL == curl_version_info (CURLVERSION_NOW)->ssl_version)