Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ evp_md_ctx_deletor
Function
evp_md_ctx_deletor
include/jwt/algorithm.hpp:279–282 ·
view source on GitHub ↗
*/
Source
from the content-addressed store, hash-verified
277
/**
278
*/
279
inline void evp_md_ctx_deletor(EVP_MD_CTX* ptr)
280
{
281
if (ptr) EVP_MD_CTX_destroy(ptr);
282
}
283
284
/**
285
*/
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected