From fcc3a83cc4d540bc2c4096524b5e8003046ba561 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 2 Apr 2013 20:40:53 +0200 Subject: Separate library init from message code Put library init/uninit code its into their own statically linked library so that they don't get linked into the p11-kit executable. Refactor the message code so that the library initialization can plug in its per thread message buffer. https://bugs.freedesktop.org/show_bug.cgi?id=63046 --- p11-kit/util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'p11-kit/util.c') diff --git a/p11-kit/util.c b/p11-kit/util.c index bb074ac..c4e5636 100644 --- a/p11-kit/util.c +++ b/p11-kit/util.c @@ -41,6 +41,7 @@ #define P11_DEBUG_FLAG P11_DEBUG_LIB #include "debug.h" #include "library.h" +#include "message.h" #include "p11-kit.h" #include "private.h" -- cgit v1.1