From da2606bfbbdbd36d5e42bf2acf614735dfc515d2 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 29 Jun 2012 16:10:47 +0200 Subject: Win32 build fixes * Remove unused functions * Use getprogname() instead of calc_progname() which no longer exists * Fix up exporting of functions in the mock module --- tests/mock-module-ep.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/mock-module-ep.c b/tests/mock-module-ep.c index 69542bb..c784546 100644 --- a/tests/mock-module-ep.c +++ b/tests/mock-module-ep.c @@ -34,6 +34,7 @@ #include "config.h" +#define CRYPTOKI_EXPORTS 1 #include "pkcs11.h" #include "mock-module.h" -- cgit v1.1