From eccbcc298f59eb9518b07baf840930cec54c7655 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 4 Sep 2014 15:59:28 +0200 Subject: common: New public pkcs11x.h header containing extensions Move our internal stuff to pkcs11i.h, and install the pkcs11x.h header containing extensions. https://bugs.freedesktop.org/show_bug.cgi?id=83495 --- trust/test-persist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'trust/test-persist.c') diff --git a/trust/test-persist.c b/trust/test-persist.c index 107f131..68d2033 100644 --- a/trust/test-persist.c +++ b/trust/test-persist.c @@ -48,6 +48,7 @@ #include "message.h" #include "persist.h" #include "pkcs11.h" +#include "pkcs11i.h" #include "pkcs11x.h" static void -- cgit v1.1