gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30760 - libmicrohttpd/src/testcurl/https


From: gnunet
Subject: [GNUnet-SVN] r30760 - libmicrohttpd/src/testcurl/https
Date: Sun, 17 Nov 2013 16:52:01 +0100

Author: grothoff
Date: 2013-11-17 16:52:01 +0100 (Sun, 17 Nov 2013)
New Revision: 30760

Modified:
   libmicrohttpd/src/testcurl/https/test_https_get.c
Log:
-removing whitespace

Modified: libmicrohttpd/src/testcurl/https/test_https_get.c
===================================================================
--- libmicrohttpd/src/testcurl/https/test_https_get.c   2013-11-17 14:52:53 UTC 
(rev 30759)
+++ libmicrohttpd/src/testcurl/https/test_https_get.c   2013-11-17 15:52:01 UTC 
(rev 30760)
@@ -1,17 +1,17 @@
 /*
   This file is part of libmicrohttpd
   (C) 2007 Christian Grothoff
-  
+
   libmicrohttpd is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
-  by the Free Software Foundation; either version 2, or (at your
+  by the Free Software Foundation; either version 3, or (at your
   option) any later version.
-  
+
   libmicrohttpd is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   General Public License for more details.
-  
+
   You should have received a copy of the GNU General Public License
   along with libmicrohttpd; see the file COPYING.  If not, write to the
   Free Software Foundation, Inc., 59 Temple Place - Suite 330,
@@ -39,8 +39,8 @@
 
 
 static int
-test_cipher_option (FILE * test_fd, 
-                   const char *cipher_suite, 
+test_cipher_option (FILE * test_fd,
+                   const char *cipher_suite,
                    int proto_version)
 {
 
@@ -68,8 +68,8 @@
 
 /* perform a HTTP GET request via SSL/TLS */
 static int
-test_secure_get (FILE * test_fd, 
-                const char *cipher_suite, 
+test_secure_get (FILE * test_fd,
+                const char *cipher_suite,
                 int proto_version)
 {
   int ret;
@@ -115,7 +115,7 @@
 
   if (curl_uses_nss_ssl() == 0)
     {
-      aes256_sha_tlsv1 = "rsa_aes_256_sha";    
+      aes256_sha_tlsv1 = "rsa_aes_256_sha";
       aes256_sha_sslv3 = "rsa_aes_256_sha";
       des_cbc3_sha_tlsv1 = "rsa_aes_128_sha";
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]