Fix call to SSL_SESSION_up_ref().
authorZonr Chang <zonr.net@gmail.com>
Wed, 12 Oct 2016 20:14:31 +0000 (13:14 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Wed, 12 Oct 2016 20:23:53 +0000 (13:23 -0700)
commitb6dfac67fb4a54b8388794340003c027c5fe767a
treeef0dd86514534235afce8a12326b9b677e4a72e8
parent339ce0bfc0610f5c91e13cb1cae28bfda6e147bc
Fix call to SSL_SESSION_up_ref().

Summary:
`SSL_SESSION_up_ref()` in both BoringSSL and OpenSSL 1.1.0 takes a
`SSL_SESSION*`.
Closes https://github.com/facebook/folly/pull/493

Reviewed By: yfeldblum

Differential Revision: D4009706

Pulled By: Orvid

fbshipit-source-id: 68ea201821e7a6d5835a79b34187344ba251e239
folly/ssl/detail/SSLSessionImpl.cpp