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 --- p11-kit/virtual.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p11-kit') diff --git a/p11-kit/virtual.h b/p11-kit/virtual.h index d29ea49..97d2a7c 100644 --- a/p11-kit/virtual.h +++ b/p11-kit/virtual.h @@ -36,7 +36,7 @@ #define __P11_VIRTUAL_H__ #include "pkcs11.h" -#include "pkcs11x.h" +#include "pkcs11i.h" #include "array.h" typedef struct { -- cgit v1.1