diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2018-04-09 16:59:47 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2018-05-01 10:39:01 -0700 |
commit | a327a0e7c7251ab3479e39e0e415a2144593fb23 (patch) | |
tree | f1a9bbd1995f656d61e82dd5280fba646fdddd98 /src/lib/ecore_con/efl_net_ssl_conn-openssl.c | |
parent | 407c53e280d517d0b7b29f1d39e8219e2071ed12 (diff) |
ecore_con: expose proper DBG macro with ecore_con log domain.
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_con/efl_net_ssl_conn-openssl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ecore_con/efl_net_ssl_conn-openssl.c b/src/lib/ecore_con/efl_net_ssl_conn-openssl.c index 37457e96b3..c2a7dc8331 100644 --- a/src/lib/ecore_con/efl_net_ssl_conn-openssl.c +++ b/src/lib/ecore_con/efl_net_ssl_conn-openssl.c | |||
@@ -29,6 +29,8 @@ | |||
29 | # include <Exotic.h> | 29 | # include <Exotic.h> |
30 | #endif | 30 | #endif |
31 | 31 | ||
32 | #include "ecore_con_private.h" | ||
33 | |||
32 | /* OpenSSL's BIO is the abstraction for I/O, provide one for Efl.Io.* */ | 34 | /* OpenSSL's BIO is the abstraction for I/O, provide one for Efl.Io.* */ |
33 | static int | 35 | static int |
34 | efl_net_socket_bio_create(BIO *b) | 36 | efl_net_socket_bio_create(BIO *b) |