Sign in
pigweed
/
third_party
/
github
/
cose-wg
/
COSE-C
/
8f94ef479198d55905c63979b0ca0a1752a0c6e6
/
.
/
src
/
Message.c
blob: e62fc28860686919b2d6d5274ee5cf65a4dbd57b [
file
] [
log
] [
blame
]
#include
<stdlib.h>
#include
"cose.h"
#include
"cose_int.h"
#include
"configure.h"
#include
"crypto.h"
bool
_COSE_Free
(
COSE
*
p
)
{
COSE_FREE
(
p
,
&
p
->
m_allocContext
);
return
true
;
}