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 be4390e..7419397 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_pthread_callbacks); + ssh_threads_set_callbacks(&ssh_threads_pthread); ssh_init(); } |