aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_time_out.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_https_time_out.c')
-rw-r--r--src/testcurl/https/test_https_time_out.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testcurl/https/test_https_time_out.c b/src/testcurl/https/test_https_time_out.c
index 939101a6..b9e48363 100644
--- a/src/testcurl/https/test_https_time_out.c
+++ b/src/testcurl/https/test_https_time_out.c
@@ -30,9 +30,9 @@
30#include "platform.h" 30#include "platform.h"
31#include "microhttpd.h" 31#include "microhttpd.h"
32#include "tls_test_common.h" 32#include "tls_test_common.h"
33#ifdef MHD_HTTPS_REQUIRE_GRYPT 33#ifdef MHD_HTTPS_REQUIRE_GCRYPT
34#include <gcrypt.h> 34#include <gcrypt.h>
35#endif /* MHD_HTTPS_REQUIRE_GRYPT */ 35#endif /* MHD_HTTPS_REQUIRE_GCRYPT */
36#ifdef HAVE_SIGNAL_H 36#ifdef HAVE_SIGNAL_H
37#include <signal.h> 37#include <signal.h>
38#endif /* HAVE_SIGNAL_H */ 38#endif /* HAVE_SIGNAL_H */
@@ -208,12 +208,12 @@ main (int argc, char *const *argv)
208#endif 208#endif
209#endif /* MHD_SEND_SPIPE_SUPPRESS_NEEDED */ 209#endif /* MHD_SEND_SPIPE_SUPPRESS_NEEDED */
210 210
211#ifdef MHD_HTTPS_REQUIRE_GRYPT 211#ifdef MHD_HTTPS_REQUIRE_GCRYPT
212 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0); 212 gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);
213#ifdef GCRYCTL_INITIALIZATION_FINISHED 213#ifdef GCRYCTL_INITIALIZATION_FINISHED
214 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); 214 gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
215#endif 215#endif
216#endif /* MHD_HTTPS_REQUIRE_GRYPT */ 216#endif /* MHD_HTTPS_REQUIRE_GCRYPT */
217 if (GNUTLS_E_SUCCESS != gnutls_global_init ()) 217 if (GNUTLS_E_SUCCESS != gnutls_global_init ())
218 { 218 {
219 fprintf (stderr, "Cannot initialize GnuTLS.\n"); 219 fprintf (stderr, "Cannot initialize GnuTLS.\n");