summaryrefslogtreecommitdiff
path: root/p11-kit/fixtures/package-modules
Commit message (Collapse)AuthorAgeFilesLines
* proxy: Reuse the existing slot ID mapping after forkDaiki Ueno2018-01-291-0/+7
| | | | | | | While the proxy module reassigns slot IDs in C_Initialize(), some applications assume that valid slot IDs should never change across multiple calls to C_Initialize(). This patch mitigates this by preserving the slot IDs, if they are known to the proxy module.
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-152-0/+9
Still use recursive for documentation and translation.