Index: crypto/openssl_util.cc |
diff --git a/crypto/openssl_util.cc b/crypto/openssl_util.cc |
index 79944891e2fbd286617c635bdc080f120f0fc848..f41b55a8fff71e45a44d3bf9210979a849178419 100644 |
--- a/crypto/openssl_util.cc |
+++ b/crypto/openssl_util.cc |
@@ -50,7 +50,6 @@ class OpenSSLInitSingleton { |
OpenSSLInitSingleton() { |
SSL_load_error_strings(); |
SSL_library_init(); |
- OpenSSL_add_all_algorithms(); |
davidben
2014/09/12 00:31:28
Removing this line because it's #define-d to SSL_l
|
int num_locks = CRYPTO_num_locks(); |
locks_.reserve(num_locks); |
for (int i = 0; i < num_locks; ++i) |