mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-15 01:08:31 +00:00
Minor to make the code compile with -pedantic-errors flag in g++
This commit is contained in:
parent
a9562500a0
commit
34fdb34b44
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ inline void ec_sig_deletor(ECDSA_SIG* ptr)
|
||||||
inline void ev_pkey_deletor(EVP_PKEY* ptr)
|
inline void ev_pkey_deletor(EVP_PKEY* ptr)
|
||||||
{
|
{
|
||||||
if (ptr) EVP_PKEY_free(ptr);
|
if (ptr) EVP_PKEY_free(ptr);
|
||||||
};
|
}
|
||||||
|
|
||||||
/// Useful typedefs
|
/// Useful typedefs
|
||||||
using bio_deletor_t = decltype(&bio_deletor);
|
using bio_deletor_t = decltype(&bio_deletor);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue