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 --- common/tests/test-lexer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common/tests/test-lexer.c') diff --git a/common/tests/test-lexer.c b/common/tests/test-lexer.c index 02ea5c5..58d5d65 100644 --- a/common/tests/test-lexer.c +++ b/common/tests/test-lexer.c @@ -42,7 +42,7 @@ #include "compat.h" #include "debug.h" #include "lexer.h" -#include "library.h" +#include "message.h" #include "pem.h" typedef struct { @@ -260,7 +260,6 @@ main (void) putenv ("P11_KIT_STRICT=1"); p11_debug_init (); - p11_library_init (); SUITE_ADD_TEST (suite, test_basic); SUITE_ADD_TEST (suite, test_corners); -- cgit v1.1