diff options
author | Stef Walter <stefw@redhat.com> | 2014-09-04 15:59:28 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2014-09-10 08:04:55 +0200 |
commit | eccbcc298f59eb9518b07baf840930cec54c7655 (patch) | |
tree | 8817b435da095793571778e7a6386c3b302e8c0e /p11-kit | |
parent | b1cd802e4241aa81c12ba4ecccdb17404799ff03 (diff) |
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
Diffstat (limited to 'p11-kit')
-rw-r--r-- | p11-kit/virtual.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |