]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/netapi.git/blobdiff - ti/runtime/netapi/applications/ipsec_offload/ipsecmgr/src/netapilib_interface.c
This commit adds the following:
[keystone-rtos/netapi.git] / ti / runtime / netapi / applications / ipsec_offload / ipsecmgr / src / netapilib_interface.c
index c2ffbcedd181191eb66eb54623cc93fe1e0062a3..5191500a58acf3b09c73fa58d1ae6ef4af750b49 100755 (executable)
@@ -354,7 +354,7 @@ int netapilib_ifAddSA
         {
             *sa_handle = globalDB.tx_sa[slot].saAppId;
 #if 0
-             netapi_secGetChanHandles(netapi_handle,
+             netapi_secGetChanCtxInfo(netapi_handle,
                           saAppIdOut,
                           NULL,
                           &pSaHandle);
@@ -544,7 +544,7 @@ int32_t netapilib_ifAddSP
     "netapilib_ifAddSA: Translation of SP successful, app_id: 0x%x\n", *sp_handle);
 
 #if 0
-    netapi_secGetChanHandles(netapi_handle,
+    netapi_secGetChanCtxInfo(netapi_handle,
                           (NETCP_CFG_SA_T)sa_handle,
                           globalDB.rx_sa[slot].spAppId,
                           &pPaHandleOuterIP,