summaryrefslogtreecommitdiff
path: root/src/common/tortls.c
diff options
context:
space:
mode:
authorMartin Peck <coder@peertech.org>2009-05-23 16:42:44 -0700
committerMartin Peck <coder@peertech.org>2009-05-23 16:42:44 -0700
commit7703b887f5db0d8d62e9eb87305bb8e2113276f1 (patch)
tree4cf6f080b0f3ac0f70ff2f4e6e35097c41fcecd0 /src/common/tortls.c
parent75f963e9517ba8702fe1ed1d470e28b0462fb3d2 (diff)
downloadtor-7703b887f5db0d8d62e9eb87305bb8e2113276f1.tar.gz
tor-7703b887f5db0d8d62e9eb87305bb8e2113276f1.zip
Add support for dynamic OpenSSL hardware crypto acceleration engines.
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r--src/common/tortls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c
index 581b35848a..106a9d40ee 100644
--- a/src/common/tortls.c
+++ b/src/common/tortls.c
@@ -308,7 +308,6 @@ tor_tls_init(void)
if (!tls_library_is_initialized) {
SSL_library_init();
SSL_load_error_strings();
- crypto_global_init(-1);
tls_library_is_initialized = 1;
}
}