diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssl_util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssl_util.h b/crypto/openssl_util.h index e8483c96..bf83e47 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 call this +// 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(); |