Open Enclave  0.13.0

◆ oe_free_claims()

oe_result_t oe_free_claims ( oe_claim_t claims,
size_t  claims_length 
)

oe_free_claims

Frees a claims list.

This feature is marked as experimental:
Parameters
[in]claimsThe list of claims.
[in]claims_lengthThe length of the claims list.
Return values
OE_OKThe function succeeded.
otherappropriate error code.