X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fsecurity%2Finclude%2Finternal%2Fcrlresource.h;h=3e98f8cc13de311b680a9cc6b7250bf427edc4e2;hb=1cee1631595cac6a6394ac2e0b365c6dd5a42c68;hp=454bec7cc3df8ae7fc10eb3e0e06aa65c0c07024;hpb=390866079e285d2c74918432c0d597d5da52f8a0;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/security/include/internal/crlresource.h b/resource/csdk/security/include/internal/crlresource.h index 454bec7..3e98f8c 100644 --- a/resource/csdk/security/include/internal/crlresource.h +++ b/resource/csdk/security/include/internal/crlresource.h @@ -51,7 +51,7 @@ uint8_t* GetCrl(); * * @return encoded CRL with DER format. array len is 0 if error occured (e.g. CRL did not set). */ -void GetDerCrl(ByteArray crlArray); +void GetDerCrl(ByteArray* crlArray); /** * This function converts CRL to CBOR @@ -90,8 +90,10 @@ OCStackResult InitCRLResource(); /** * Perform cleanup for CRL resources. + * + * @return ::OC_STACK_OK for Success, otherwise some error value. */ -void DeInitCRLResource(); +OCStackResult DeInitCRLResource(); /** * Get an instance of CRL resource.