Skip to content

Commit

Permalink
remove tamplate for EVP_MAC_CTX creation
Browse files Browse the repository at this point in the history
  • Loading branch information
cps-b committed Nov 14, 2023
1 parent 1060ac1 commit 2ea187f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/openssl_wrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -693,11 +693,11 @@ X509_CRL *createOpenSSLObject<X509_CRL>()
}


template <>
/*template <>
EVP_MAC_CTX *createOpenSSLObject<EVP_MAC_CTX>()
{
return OpensslCallPtr::callChecked(lib::OpenSSLLib::EVP_MAC_CTX_new);
}
}*/

template <>
CMAC_CTX *createOpenSSLObject<CMAC_CTX>()
Expand Down

0 comments on commit 2ea187f

Please sign in to comment.