summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-01-10 16:51:31 +0100
committerStef Walter <stefw@gnome.org>2013-05-16 20:01:28 +0200
commitff853bd7902e271256cada4a1b20a3d46b519b69 (patch)
tree20ef6544b8c33fc72d88064b99a59d5885c17477 /doc
parenta7af75a31010109529a9edddc825538884f326ca (diff)
Use libffi to implement mixins for managed code
* This allows us to call into subclassed PKCS#11 modules as if they were plain old PKCS#11 modules * libffi is an optional dependency
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/Makefile.am5
-rw-r--r--doc/manual/p11-kit-devel.xml3
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
index cf4e49d..c10375a 100644
--- a/doc/manual/Makefile.am
+++ b/doc/manual/Makefile.am
@@ -52,14 +52,15 @@ IGNORE_HFILES= \
conf.h \
debug.h \
dict.h \
- mock-module.h \
+ mock.h \
pkcs11.h \
pkcs11x.h \
private.h \
util.h \
+ virtual.h \
array.h \
compat.h \
- mock-module.h
+ $(NULL)
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
diff --git a/doc/manual/p11-kit-devel.xml b/doc/manual/p11-kit-devel.xml
index 96db868..873aff1 100644
--- a/doc/manual/p11-kit-devel.xml
+++ b/doc/manual/p11-kit-devel.xml
@@ -149,6 +149,9 @@ $ make install
during the build, then certain features will be disabled.</para>
<itemizedlist>
+ <listitem><para><command>libffi1</command> for shoring of PKCS#11 modules
+ between multiple callers in the same process. It is highly recommended that
+ this dependency be treated as a required dependency.</para></listitem>
<listitem><para><command>gtk-doc</command> is required to build the reference
manual. Use <literal>--enable-doc</literal> to control this
dependency.</para></listitem>