Enlightenment CVS committal
Author : tsauerbeck
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_con
Modified Files:
ecore_con.c
Log Message:
Don't use #ifdef here
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_con/ecore_con.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ecore_con.c 1 Apr 2004 16:37:47 -0000 1.13
+++ ecore_con.c 1 Apr 2004 16:41:27 -0000 1.14
@@ -716,7 +716,7 @@
if (!svr->ssl)
#endif
num = read(svr->fd, buf, 65536);
-#ifdef USE_OPENSSL
+#if USE_OPENSSL
else
num = SSL_read(svr->ssl, buf, 65536);
#endif
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs