summaryrefslogtreecommitdiff
path: root/trust/module-init.c
Commit message (Collapse)AuthorAgeFilesLines
* trust: Factor out module initialization into separate fileDaiki Ueno2018-08-281-0/+43
This prevents double call to p11_library_init() in test-module.c, once from the ELF constructor, and secondly from the test itself.