From 69f7eaa0508326f07832b91557f9e1ad8e6864c6 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Tue, 25 Oct 2011 22:08:41 +0200 Subject: Fix broken build on windows * The debug_init() call needed a rename to _p11_debug_init() to match the non-Win32 code. --- p11-kit/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p11-kit/util.c b/p11-kit/util.c index 933365d..b340ebd 100644 --- a/p11-kit/util.c +++ b/p11-kit/util.c @@ -308,7 +308,7 @@ _p11_library_get_thread_local (void) void _p11_library_init (void) { - debug_init (); + _p11_debug_init (); _p11_mutex_init (&_p11_mutex); thread_local = TlsAlloc (); } -- cgit v1.1