[IOT-1488] Remove workaround
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src / adapter_util / ca_adapter_net_ssl.c
index 76f1239..45764f2 100644 (file)
@@ -902,9 +902,6 @@ const CASecureEndpoint_t *GetCASecureEndpointData(const CAEndpoint_t* peer)
 {
     OIC_LOG_V(DEBUG, NET_SSL_TAG, "In %s", __func__);
 
-    // TODO: Added as workaround, need to debug
-    oc_mutex_unlock(g_sslContextMutex);
-
     oc_mutex_lock(g_sslContextMutex);
     if (NULL == g_caSslContext)
     {
@@ -2214,9 +2211,6 @@ CAResult_t CAsslGenerateOwnerPsk(const CAEndpoint_t *endpoint,
     VERIFY_NON_NULL_RET(provServerDeviceId, NET_SSL_TAG, "provId is NULL", CA_STATUS_INVALID_PARAM);
     VERIFY_NON_NULL_RET(ownerPsk, NET_SSL_TAG, "ownerPSK is NULL", CA_STATUS_INVALID_PARAM);
 
-    // TODO: Added as workaround, need to debug
-    oc_mutex_unlock(g_sslContextMutex);
-
     oc_mutex_lock(g_sslContextMutex);
     if (NULL == g_caSslContext)
     {