X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Fssl%2FInit.h;h=e715ba3cb89df271139ee9a5eb2cb3c19581a7b1;hp=e1f9273a9ce25afd94ab2cfb421ceab4f589d208;hb=64c5a21374fa65e4179b3f165c269f4bf1534dba;hpb=5cb23840adceb1c5f4d960967c9a66374a858b9e;ds=inline diff --git a/folly/ssl/Init.h b/folly/ssl/Init.h index e1f9273a..e715ba3c 100644 --- a/folly/ssl/Init.h +++ b/folly/ssl/Init.h @@ -23,8 +23,10 @@ namespace folly { namespace ssl { /** * Initializes openssl. This should be invoked once, during the start of an - * application. For OpenSSL < 1.1.0, any lock types should be set with - * setLockTypes prior to the call to folly::ssl::init() + * application. Subsequent calls to this function are no-ops. + * + * For OpenSSL < 1.1.0, any lock types should be set with setLockTypes prior to + * the call to folly::ssl::init() */ void init();