Open Enclave  0.13.0

◆ oe_free_evidence()

oe_result_t oe_free_evidence ( uint8_t *  evidence_buffer)

oe_free_evidence

Frees the attestation evidence. This function is only available in the enclave.

This feature is marked as experimental:
Parameters
[in]evidence_bufferA pointer to the evidence buffer.
Return values
OE_OKThe function succeeded.
otherappropriate error code.