diff options
Diffstat (limited to 'src/testcurl/https/test_tls_options.c')
-rw-r--r-- | src/testcurl/https/test_tls_options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/https/test_tls_options.c b/src/testcurl/https/test_tls_options.c index 196aebf5..0f4a5cce 100644 --- a/src/testcurl/https/test_tls_options.c +++ b/src/testcurl/https/test_tls_options.c | |||
@@ -99,7 +99,7 @@ check_tls_match_inner (enum know_gnutls_tls_id tls_ver_mhd, | |||
99 | NULL, NULL, | 99 | NULL, NULL, |
100 | &simple_ahc, NULL, | 100 | &simple_ahc, NULL, |
101 | MHD_OPTION_HTTPS_PRIORITIES, priorities_map[tls_ver_mhd], | 101 | MHD_OPTION_HTTPS_PRIORITIES, priorities_map[tls_ver_mhd], |
102 | MHD_OPTION_HTTPS_MEM_KEY, srv_key_pem, | 102 | MHD_OPTION_HTTPS_MEM_KEY, srv_self_signed_key_pem, |
103 | MHD_OPTION_HTTPS_MEM_CERT, srv_self_signed_cert_pem, | 103 | MHD_OPTION_HTTPS_MEM_CERT, srv_self_signed_cert_pem, |
104 | MHD_OPTION_END); | 104 | MHD_OPTION_END); |
105 | fflush (stderr); | 105 | fflush (stderr); |
@@ -415,7 +415,7 @@ test_first_supported_versions (void) | |||
415 | } | 415 | } |
416 | } | 416 | } |
417 | 417 | ||
418 | fprintf (stderr, "The test skipped: No know TLS version is supported by " | 418 | fprintf (stderr, "The test skipped: No know TLS versions are supported by " |
419 | "both MHD and libcurl.\n"); | 419 | "both MHD and libcurl.\n"); |
420 | fflush (stderr); | 420 | fflush (stderr); |
421 | return 77; | 421 | return 77; |