OpenIDC / cjose

C library implementing the Javascript Object Signing and Encryption (JOSE)
MIT License
16 stars 6 forks source link

Minor updates for conformance #3

Closed zandbelt closed 2 years ago

zandbelt commented 2 years ago

From https://github.com/cisco/cjose/pull/82

Minor updates for standards conformance issues (const qualifiers differ in .c and .h files) found when building with VS2017. jws.c files are updated to use the cjose dealloc function instead of free so it points to the right function pointer when allocating memory functions through cjose_set_alloc_funcs()