Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv32701/src/util

Modified Files:
        ssl.cpp 
Log Message:
support for cygwin

Index: ssl.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/ssl.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -b -u -2 -r1.30 -r1.31
--- ssl.cpp     24 Mar 2003 01:20:53 -0000      1.30
+++ ssl.cpp     23 Jun 2003 01:23:47 -0000      1.31
@@ -24,5 +24,5 @@
 // under Unix we have to load libssl and libcrypto to provide access to them to
 // c-client
-#ifdef OS_UNIX
+#if defined(OS_UNIX) || defined(__CYGWIN__)
 
 #ifndef USE_PCH
@@ -256,5 +256,5 @@
       (
          _("You can change the locations of the SSL and crypto "
-           "libraries in the last page of the preferences dialog\n"
+           "libraries in the Helpers page of the preferences dialog\n"
            "if you have these libraries in non default location"
            " or if they have some other names on your system."),
@@ -298,4 +298,3 @@
 
 #endif // USE_SSL/!USE_SSL
-
 



-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to