From ff853bd7902e271256cada4a1b20a3d46b519b69 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 10 Jan 2013 16:51:31 +0100 Subject: 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 --- doc/manual/Makefile.am | 5 +++-- doc/manual/p11-kit-devel.xml | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/manual') 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. + libffi1 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. gtk-doc is required to build the reference manual. Use --enable-doc to control this dependency. -- cgit v1.1