Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21036/pathfinder/runtime

Modified Files:
        shttpd.c 
Log Message:

like in all other places in this file,
check whether macro WITH_SSL is defined,
not whether its value evaluates to TRUE


Index: shttpd.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/shttpd.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- shttpd.c    17 May 2007 22:47:10 -0000      1.32
+++ shttpd.c    23 Aug 2007 12:47:24 -0000      1.33
@@ -3105,7 +3105,7 @@
        }
 #endif /* _WIN32 */
 
-#if WITH_SSL
+#ifdef WITH_SSL
        if (STROPT(OPT_SSLCERT) != NULL) {
                /* Initialize SSL crap */
                SSL_load_error_strings();


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to