Commit f327ff50 authored by Alex Guzman's avatar Alex Guzman Committed by Facebook Github Bot

Add SSL session unique ptr type

Summary: As it says on tin

Reviewed By: ngoyal

Differential Revision: D12933389

fbshipit-source-id: 6a0dcfb6aa7ae672dcd8f355bdf88a8dfe930d02
parent 33fed603
......@@ -110,6 +110,7 @@ DEFINE_SSL_PTR_TYPE(BNCtx, BN_CTX, BN_CTX_free);
// SSL and SSL_CTX
DEFINE_SSL_PTR_TYPE(SSL, SSL, SSL_free);
DEFINE_SSL_PTR_TYPE(SSLSession, SSL_SESSION, SSL_SESSION_free);
#undef DEFINE_SSL_PTR_TYPE
} // namespace ssl
......
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