Commit 2c2452d0 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Fix outdated mention of TSSLSocketFactory

Summary: [Folly] Fix outdated mention of `TSSLSocketFactory`.

Reviewed By: stevegury, knekritz

Differential Revision: D7892382

fbshipit-source-id: 7b267e5de857f9c5976b26d53d36b1545a46af2a
parent a463b55e
...@@ -51,7 +51,7 @@ class PasswordCollector { ...@@ -51,7 +51,7 @@ class PasswordCollector {
* *
* By default, OpenSSL prints a prompt on screen and request for password * By default, OpenSSL prints a prompt on screen and request for password
* while loading private key. To implement a custom password collector, * while loading private key. To implement a custom password collector,
* implement this interface and register it with TSSLSocketFactory. * implement this interface and register it with SSLContext.
* *
* @param password Pass collected password back to OpenSSL * @param password Pass collected password back to OpenSSL
* @param size Maximum length of password including nullptr character * @param size Maximum length of password including nullptr character
......
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