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

Function ev_pkey_deletor

include/jwt/algorithm.hpp:300–303  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

298/**
299 */
300inline void ev_pkey_deletor(EVP_PKEY* ptr)
301{
302 if (ptr) EVP_PKEY_free(ptr);
303}
304
305/// Useful typedefs
306using bio_deletor_t = decltype(&bio_deletor);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected