bagder: curl-www/auto summarize.pl,1.38,1.39

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv21714

Modified Files:
	summarize.pl 
Log Message:
gnutls fixed


Index: summarize.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/summarize.pl,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- summarize.pl	31 Mar 2005 14:17:32 -0000	1.38
+++ summarize.pl	16 Apr 2005 22:52:41 -0000	1.39
@@ -198,8 +198,9 @@
         $libver = $1;
     }
     if($libcurl =~ /OpenSSL\/([^ ]*)/i) {
-        $httpstest = 1;
+        $openssl = 1;
         $sslver = $1;
+        $ssl = 1;
     }
     if($libcurl =~ /zlib\/([^ ]*)/i) {
         $zlibver = $1;
@@ -298,7 +299,7 @@
     }
 
     $memory=($debug)?"D":"-";
-    $https=($httpstest)?"S":"-";
+    $https=($openssl)?"S":($gnutls?"T":"-");
     $asynch=$ares?"A":"-";
     $sspi=$sspi?"P":"-";
 
@@ -338,7 +339,9 @@
     $skipped=0;
     $configure=0;
     $debug=0;
-    $httpstest=0;
+    $openssl=0;
+    $gnutls=0;
+    $ssl=0;
     $cvsfail=0;
     $ares=0;
     $sspi=0;
@@ -463,10 +466,10 @@
             }
             elsif($_ =~ /^\* libcurl SSL: *(.*)/) {
                 if($1 eq "ON") {
-                    $httpstest=1;
+                    $ssl=1;
                 }
                 else {
-                    $httpstest=0;
+                    $ssl=0;
                 }
             }
             elsif($_ =~ /^\#define USE_ARES 1/) {
@@ -476,7 +479,10 @@
                 $sspi = 1;
             }
             elsif($_ =~ /^\#define USE_SSLEAY 1/) {
-                $httpstest = 1;
+                $openssl = 1;
+            }
+            elsif($_ =~ /^\#define USE_GNUTLS 1/) {
+                $gnutls = 1;
             }
             elsif($_ =~ /^\#define ENABLE_IPV6 1/) {
                 $ipv6enabled = 1;

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.