bagder: curl-www/auto summarize.pl,1.69,1.70
[email protected] Mon, 27 Dec 2010 11:37:33 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory giant.haxx.se:/var/tmp/cvs-serv10706
Modified Files:
summarize.pl
Log Message:
fix the SSL lib letter option code
Index: summarize.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/summarize.pl,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- summarize.pl 22 Dec 2010 12:47:00 -0000 1.69
+++ summarize.pl 27 Dec 2010 11:37:31 -0000 1.70
@@ -327,7 +327,7 @@
undef %serverfail;
$showdebug=($debug?"D":"-").($trackmem?"M":"-");
- $https=($openssl)?"S":($gnutls?"T":($nss?"N":($polarssl?"O":($axtls?"X":"-")"-")"-"));
+ $https=($openssl)?"S":($gnutls?"T":($nss?"N":($polarssl?"O":($axtls?"X":"-"))));
my $showres=($asynch)?($ares?"A":"H"):"-";
$sspi=$sspi?"P":"-";
my $ssh=$libssh2?"2":"-";