Access SSL cipher info with a const reference.
authorZonr Chang <zonr.net@gmail.com>
Wed, 12 Oct 2016 20:16:27 +0000 (13:16 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Wed, 12 Oct 2016 20:23:53 +0000 (13:23 -0700)
commitcef27cd07cf570ef10f6bee27024f5335f3489eb
tree2bc3ab5edbd041d7b81d4c94a6c508fbaf44dd97
parentb6dfac67fb4a54b8388794340003c027c5fe767a
Access SSL cipher info with a const reference.

Summary:
BoringSSL returns `const SSL_CIPHER*` from sk_SSL_CIPHER_value().
Closes https://github.com/facebook/folly/pull/492

Reviewed By: yfeldblum

Differential Revision: D4009712

Pulled By: Orvid

fbshipit-source-id: cca2e8cb6aab0a459dca55b8f23ef57fa5c8251f
folly/io/async/ssl/OpenSSLUtils.cpp