From 7703b887f5db0d8d62e9eb87305bb8e2113276f1 Mon Sep 17 00:00:00 2001 From: Martin Peck Date: Sat, 23 May 2009 16:42:44 -0700 Subject: Add support for dynamic OpenSSL hardware crypto acceleration engines. --- src/or/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/test.c') diff --git a/src/or/test.c b/src/or/test.c index 6ce0aaeb47..ef61e62ee1 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -4793,7 +4793,7 @@ main(int c, char**v) } options->command = CMD_RUN_UNITTESTS; - crypto_global_init(0); + crypto_global_init(0, NULL, NULL); rep_hist_init(); network_init(); setup_directory(); -- cgit v1.2.3-54-g00ecf