From 0cb1132469c1e13be64f85cd6566e6617bfe32cc Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 15 Feb 2013 21:34:20 +0100 Subject: Update the proxy module to use managed PKCS#11 modules Each time C_GetFunctionList is called on the proxy module, a new managed PKCS#11 set of functions is returned. These are all cleaned up when the module is unloaded. We want the proxy module to continue to work even without the highly recommended libffi. For that reason we still keep the old behavior of sharing state in the proxy module. --- doc/manual/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/manual') diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index b5b80f1..084e941 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -57,6 +57,7 @@ IGNORE_HFILES= \ pkcs11.h \ pkcs11x.h \ private.h \ + proxy.h \ util.h \ virtual.h \ array.h \ -- cgit v1.2.1