Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_con
Modified Files:
Makefile.am ecore_con.c
Added Files:
Ecore_Con.h
Removed Files:
Ecore_Con.h.in
Log Message:
ok fix some things with SSL and ecore_evas. you ALWYAs have at least the api
to do ssl and al fo ecorE_evas stuff
BUt ecore_* may not be BUILT with that support
so the api stub exists
but it may just return NULL. theres calls to query for support here.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_con/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 20 Oct 2004 17:51:28 -0000 1.6
+++ Makefile.am 22 Oct 2004 03:41:47 -0000 1.7
@@ -1,13 +1,13 @@
## Process this file with automake to produce Makefile.in
INCLUDES = \
--I$(top_srcdir)/src/lib/ecore \
--I$(top_srcdir)/src/lib/ecore_con \
-I$(top_builddir)/src/lib/ecore \
-I$(top_builddir)/src/lib/ecore_con \
+-I$(top_srcdir)/src/lib/ecore \
+-I$(top_srcdir)/src/lib/ecore_con \
@SSL_CFLAGS@
-libecore_con_la_LDFLAGS = -version-info 1:0:0 \
+libecore_con_la_LDFLAGS = $(LDFLAGS) -version-info 1:0:0 \
-L$(top_builddir)/src/lib/ecore/.libs
if BUILD_ECORE_CON
@@ -30,6 +30,5 @@
endif
EXTRA_DIST = \
-Ecore_Con.h.in \
ecore_con.c \
ecore_con_private.h
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_con/ecore_con.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- ecore_con.c 20 Oct 2004 17:51:28 -0000 1.36
+++ ecore_con.c 22 Oct 2004 03:41:47 -0000 1.37
@@ -725,6 +725,21 @@
return cl->data;
}
+/**
+ * Returns if SSL support is available
+ * @return 1 if SSL is available, 0 if it is not.
+ * @ingroup Ecore_Con_Client_Group
+ */
+int
+ecore_con_ssl_available_get(void)
+{
+#if USE_OPENSSL
+ return 1;
+#else
+ return 0;
+#endif
+}
+
static void
_ecore_con_server_free(Ecore_Con_Server *svr)
{
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs