aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_https_get.c')
-rw-r--r--src/testcurl/https/test_https_get.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/testcurl/https/test_https_get.c b/src/testcurl/https/test_https_get.c
index c44eb9ea..7023f656 100644
--- a/src/testcurl/https/test_https_get.c
+++ b/src/testcurl/https/test_https_get.c
@@ -1,17 +1,17 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff 3 (C) 2007 Christian Grothoff
4 4
5 libmicrohttpd is free software; you can redistribute it and/or modify 5 libmicrohttpd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 2, or (at your 7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version. 8 option) any later version.
9 9
10 libmicrohttpd is distributed in the hope that it will be useful, but 10 libmicrohttpd is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details. 13 General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with libmicrohttpd; see the file COPYING. If not, write to the 16 along with libmicrohttpd; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
@@ -39,8 +39,8 @@ extern const char srv_signed_key_pem[];
39 39
40 40
41static int 41static int
42test_cipher_option (FILE * test_fd, 42test_cipher_option (FILE * test_fd,
43 const char *cipher_suite, 43 const char *cipher_suite,
44 int proto_version) 44 int proto_version)
45{ 45{
46 46
@@ -68,8 +68,8 @@ test_cipher_option (FILE * test_fd,
68 68
69/* perform a HTTP GET request via SSL/TLS */ 69/* perform a HTTP GET request via SSL/TLS */
70static int 70static int
71test_secure_get (FILE * test_fd, 71test_secure_get (FILE * test_fd,
72 const char *cipher_suite, 72 const char *cipher_suite,
73 int proto_version) 73 int proto_version)
74{ 74{
75 int ret; 75 int ret;
@@ -115,7 +115,7 @@ main (int argc, char *const *argv)
115 115
116 if (curl_uses_nss_ssl() == 0) 116 if (curl_uses_nss_ssl() == 0)
117 { 117 {
118 aes256_sha_tlsv1 = "rsa_aes_256_sha"; 118 aes256_sha_tlsv1 = "rsa_aes_256_sha";
119 aes256_sha_sslv3 = "rsa_aes_256_sha"; 119 aes256_sha_sslv3 = "rsa_aes_256_sha";
120 des_cbc3_sha_tlsv1 = "rsa_aes_128_sha"; 120 des_cbc3_sha_tlsv1 = "rsa_aes_128_sha";
121 } 121 }