summaryrefslogtreecommitdiff
path: root/gck/tests/test-gck-crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'gck/tests/test-gck-crypto.c')
-rw-r--r--gck/tests/test-gck-crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gck/tests/test-gck-crypto.c b/gck/tests/test-gck-crypto.c
index 18e9de63..7959a9d9 100644
--- a/gck/tests/test-gck-crypto.c
+++ b/gck/tests/test-gck-crypto.c
@@ -57,7 +57,7 @@ setup (Test *test, gconstpointer unused)
GckSlot *slot;
/* Successful load */
- test->module = gck_module_initialize (BUILDDIR "/.libs/libmock-test-module.so", &err);
+ test->module = gck_module_initialize (BUILDDIR "/.libs/libmock-test-module.so", NULL, &err);
g_assert_no_error (err);
g_assert (GCK_IS_MODULE (test->module));