MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / ec_key_deletor

Function ec_key_deletor

include/jwt/algorithm.hpp:286–289  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

284/**
285 */
286inline void ec_key_deletor(EC_KEY* ptr)
287{
288 if (ptr) EC_KEY_free(ptr);
289}
290
291/**
292 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected