]> granicus.if.org Git - p11-kit/commit
Use libffi to implement mixins for managed code
authorStef Walter <stefw@gnome.org>
Thu, 10 Jan 2013 15:51:31 +0000 (16:51 +0100)
committerStef Walter <stefw@gnome.org>
Thu, 16 May 2013 18:01:28 +0000 (20:01 +0200)
commitff853bd7902e271256cada4a1b20a3d46b519b69
tree20ef6544b8c33fc72d88064b99a59d5885c17477
parenta7af75a31010109529a9edddc825538884f326ca
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
configure.ac
doc/manual/Makefile.am
doc/manual/p11-kit-devel.xml
p11-kit/Makefile.am
p11-kit/tests/Makefile.am
p11-kit/tests/test-virtual.c [new file with mode: 0644]
p11-kit/virtual.c [new file with mode: 0644]
p11-kit/virtual.h [new file with mode: 0644]