summaryrefslogtreecommitdiff
path: root/p11-kit/test-virtual.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Make libffi closure optionalDaiki Ueno2017-01-241-1/+0
| | | | | | | | libffi's closure support is not available on all platforms and may fail at run time if running under a stricter SELinux policy. Fallback to pre-compiled closures if it is not usable. https://bugs.freedesktop.org/show_bug.cgi?id=97611
* test: Fix p11_virtual_init() usageDaiki Ueno2016-10-051-1/+1
| | | | | | | p11_virtual_init() should take a CK_FUNCTION_LIST as the 3rd argument, if the 2nd argument is &p11_virtual_base. https://bugs.freedesktop.org/show_bug.cgi?id=87192
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-0/+171
Still use recursive for documentation and translation.