From: jc815.lee Date: Thu, 1 Aug 2013 08:22:58 +0000 (+0900) Subject: Apply dlog to vcore X-Git-Tag: accepted/tizen/20130912.082418^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b8684b7f7d3834271dd5fb3d9e7ce2ec25a1453;p=platform%2Fcore%2Fsecurity%2Fcert-svc.git Apply dlog to vcore [model] GT-I8800 [binary_type] platform [customer] OPEN [issue#] [problem] [cause] [solution] [team] [request] [horizontal_expansion] Change-Id: Ia549466ab34eabb17172ad66d460be0a2d46a46a Signed-off-by: jc815.lee --- diff --git a/vcore/src/CMakeLists.txt b/vcore/src/CMakeLists.txt index 031158e..92ee339 100644 --- a/vcore/src/CMakeLists.txt +++ b/vcore/src/CMakeLists.txt @@ -76,6 +76,7 @@ ADD_DEFINITIONS(${VCORE_DEPS_CFLAGS}) ADD_DEFINITIONS(${VCORE_DEPS_CFLAGS_OTHER}) ADD_DEFINITIONS("-DSEPARATED_SINGLETON_IMPLEMENTATION") ADD_DEFINITIONS("-DDPL_LOGS_ENABLED") +ADD_DEFINITIONS("-DCERT_SVC_LOG") INCLUDE_DIRECTORIES(${VCORE_INCLUDES}) diff --git a/vcore/src/vcore/pkcs12.c b/vcore/src/vcore/pkcs12.c index 15823c9..3a17bca 100755 --- a/vcore/src/vcore/pkcs12.c +++ b/vcore/src/vcore/pkcs12.c @@ -37,7 +37,7 @@ #include #include #include -#include +#include #define SYSCALL(call) while(((call) == -1) && (errno == EINTR))