Chromium Code Reviews| Index: crypto/openssl_util.h |
| diff --git a/crypto/openssl_util.h b/crypto/openssl_util.h |
| index e8483c9633ed577eabe24aecb9aab6182b4fbbe5..ad5208af00f2ad5286bbbc50ff65089867df4f24 100644 |
| --- a/crypto/openssl_util.h |
| +++ b/crypto/openssl_util.h |
| @@ -82,7 +82,8 @@ class ScopedOpenSSLSafeSizeBuffer { |
| }; |
| // Initialize OpenSSL if it isn't already initialized. This must be called |
| -// before any other OpenSSL functions. |
| +// before any other OpenSSL functions though it is safe and cheap to called this |
|
wtc
2014/05/16 19:36:14
Nit: called => call
byungchul
2014/05/16 19:50:32
Done.
|
| +// multiple times. |
| // This function is thread-safe, and OpenSSL will only ever be initialized once. |
| // OpenSSL will be properly shut down on program exit. |
| void CRYPTO_EXPORT EnsureOpenSSLInit(); |