[IOT-2291] Remove OCProvisionCRL from ocprovisioningmanager.h
authorAndrii Shtompel <a.shtompel@samsung.com>
Thu, 18 May 2017 10:58:15 +0000 (13:58 +0300)
committerDmitriy Zhuravlev <d.zhuravlev@samsung.com>
Fri, 19 May 2017 19:59:22 +0000 (19:59 +0000)
Change-Id: I07415f840dac350beee008698d7b64f5bdae4517
Signed-off-by: Andrii Shtompel <a.shtompel@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/20041
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Dmitriy Zhuravlev <d.zhuravlev@samsung.com>
resource/csdk/security/provisioning/include/ocprovisioningmanager.h

index e1f8c3a..4cbf5a3 100644 (file)
@@ -603,19 +603,6 @@ void OCDeletePdAclList(OicSecPdAcl_t* pPdAcl);
 
 #if defined(__WITH_DTLS__) || defined(__WITH_TLS__)
 /**
- * this function sends CRL information to resource.
- *
- * @param[in] ctx Application context returned in the result callback.
- * @param[in] selectedDeviceInfo Selected target device.
- * @param[in] crl CRL to provision.
- * @param[in] resultCallback callback provided by API user, callback will be called when provisioning
-              request recieves a response from resource server.
- * @return  OC_STACK_OK in case of success and other value otherwise.
- */
-OCStackResult OCProvisionCRL(void* ctx, const OCProvisionDev_t *selectedDeviceInfo, OicSecCrl_t *crl,
-                             OCProvisionResultCB resultCallback);
-
-/**
  * function to provision Trust certificate chain to devices.
  *
  * @param[in] ctx Application context returned in the result callback.