Commit 80ae28a3 authored by Kyle Nekritz's avatar Kyle Nekritz Committed by Facebook Github Bot

Add EvpCipherCtxUniquePtr.

Reviewed By: ngoyal, mingtaoy

Differential Revision: D9862034

fbshipit-source-id: ce1f00fe12c52e755ff67775e980ff3ff4227bbf
parent 8d2fbe22
......@@ -80,6 +80,7 @@ struct EVP_PKEY_CTX;
#endif
DEFINE_SSL_PTR_TYPE(EvpMdCtx, EVP_MD_CTX, EVP_MD_CTX_free);
DEFINE_SSL_PTR_TYPE(EvpCipherCtx, EVP_CIPHER_CTX, EVP_CIPHER_CTX_free);
// HMAC
DEFINE_SSL_PTR_TYPE(HmacCtx, HMAC_CTX, HMAC_CTX_free);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment