Remove to add openssl locking function on client 84/104984/1
authorKyungwook Tak <k.tak@samsung.com>
Thu, 15 Dec 2016 04:19:28 +0000 (13:19 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Thu, 15 Dec 2016 04:21:15 +0000 (13:21 +0900)
commit0f1b2b060f31cc5b7abcb24fd8aae5ef4b9ad038
tree50b76785263b596d62281e7f0781209833844e85
parentacb9c903f7ca8faa2e219c98be8c8351d23f65c6
Remove to add openssl locking function on client

To add locking function in client library side is dangerous of occuring
segmentation fault because it can be used in some dynamic loaded
plugins. If multiple plugins are adding locking function, there is race
condition issue that symbol is unloaded out from the plugin so it makes
segmentation fault.

Change-Id: I1ac443c5d2e166cf05c65b3d937dae64472c713b
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
src/manager/common/crypto-init.cpp
src/manager/common/crypto-init.h