summaryrefslogtreecommitdiff
path: root/p11-kit/virtual.h
Commit message (Collapse)AuthorAgeFilesLines
* Build with -fno-common to catch definition problemsStef Walter2013-07-101-2/+2
| | | | | | Fix some global variables not declared as extern https://bugs.freedesktop.org/show_bug.cgi?id=66015
* Use libffi to implement mixins for managed codeStef Walter2013-05-161-0/+68
* This allows us to call into subclassed PKCS#11 modules as if they were plain old PKCS#11 modules * libffi is an optional dependency