From 49f57a8d0dcf990169e2f591a937672f74ffa4a9 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 6 Sep 2010 16:52:14 +0200 Subject: Implemented the noop and native pointers --- tests/unittests/torture_rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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(); } -- cgit