net/tls: removes pthread macro in security api.
authorJunyeon LEE <junyeon2.lee@samsung.com>
Thu, 20 Apr 2017 09:11:06 +0000 (18:11 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Sat, 6 May 2017 10:51:23 +0000 (19:51 +0900)
commitc16aee180443737dfa410c73c664cd76be8d7732
tree57c9051e54959a3d8a1d113c2bcd22dfca127011
parentceedf9a751886fe386859c0e58ad25a4f71c51a4
net/tls: removes pthread macro in security api.

This commit removes pthread lock and unlock macro in security api.
Because those macros are including return command, with those macro,
user can't release the allocate memory.

Change-Id: I740a31812106e0de941439000ae41c3d0809dc21
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
os/include/tls/see_api.h
os/net/tls/see_api.c
os/net/tls/see_internal.c