diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/torture_rand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/torture_rand.c b/tests/unittests/torture_rand.c index 7419397..9962564 100644 --- a/tests/unittests/torture_rand.c +++ b/tests/unittests/torture_rand.c @@ -15,7 +15,7 @@ static void setup(){ printf("setup\n"); - ssh_threads_set_callbacks(&ssh_threads_pthread); + ssh_threads_set_callbacks(ssh_threads_get_pthread()); ssh_init(); } |