summaryrefslogtreecommitdiff
path: root/p11-kit/tests/files/system-modules/win32
Commit message (Collapse)AuthorAgeFilesLines
* Add a /usr/share/p11-kit/modules directory for package module configsStef Walter2013-02-051-3/+0
| | | | | | * Try to make /etc/pkcs11/modules for administrator use * Override the old pkg-config variables to help packages start using the new location
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-094-0/+14
Start using p11_ as our internal prefix rather than _p11_. We explicitly export p11_kit_ so this is fine as far as visibility. Move the threading, mutex, and module compat, dict, and array code into the common directory too. Take this opportunity to clean up a bit of internal API as well, since so many lines are being touched internally.