Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ ec_sig_deletor
Function
ec_sig_deletor
include/jwt/algorithm.hpp:293–296 ·
view source on GitHub ↗
*/
Source
from the content-addressed store, hash-verified
291
/**
292
*/
293
inline void ec_sig_deletor(ECDSA_SIG* ptr)
294
{
295
if (ptr) ECDSA_SIG_free(ptr);
296
}
297
298
/**
299
*/
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected