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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testcurl/test_postform.c b/src/testcurl/test_postform.c
index a2dfd41d..1ada80e2 100644
--- a/src/testcurl/test_postform.c
+++ b/src/testcurl/test_postform.c
@@ -33,11 +33,11 @@
33#include <stdlib.h> 33#include <stdlib.h>
34#include <string.h> 34#include <string.h>
35#include <time.h> 35#include <time.h>
36#ifdef MHD_HTTPS_REQUIRE_GRYPT 36#ifdef MHD_HTTPS_REQUIRE_GCRYPT
37#ifdef HAVE_GCRYPT_H 37#ifdef HAVE_GCRYPT_H
38#include <gcrypt.h> 38#include <gcrypt.h>
39#endif 39#endif
40#endif /* MHD_HTTPS_REQUIRE_GRYPT */ 40#endif /* MHD_HTTPS_REQUIRE_GCRYPT */
41 41
42#ifndef WINDOWS 42#ifndef WINDOWS
43#include <unistd.h> 43#include <unistd.h>
@@ -624,14 +624,14 @@ main (int argc, char *const *argv)
624 unsigned int errorCount = 0; 624 unsigned int errorCount = 0;
625 (void) argc; /* Unused. Silent compiler warning. */ 625 (void) argc; /* Unused. Silent compiler warning. */
626 626
627#ifdef MHD_HTTPS_REQUIRE_GRYPT 627#ifdef MHD_HTTPS_REQUIRE_GCRYPT
628#ifdef HAVE_GCRYPT_H 628#ifdef HAVE_GCRYPT_H
629 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0); 629 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);
630#ifdef GCRYCTL_INITIALIZATION_FINISHED 630#ifdef GCRYCTL_INITIALIZATION_FINISHED
631 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); 631 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
632#endif 632#endif
633#endif 633#endif
634#endif /* MHD_HTTPS_REQUIRE_GRYPT */ 634#endif /* MHD_HTTPS_REQUIRE_GCRYPT */
635 if ((NULL == argv) || (0 == argv[0])) 635 if ((NULL == argv) || (0 == argv[0]))
636 return 99; 636 return 99;
637 oneone = has_in_name (argv[0], "11"); 637 oneone = has_in_name (argv[0], "11");