Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set the return value properly in p11_kit_load_initialize_module() | Stef Walter | 2011-05-30 | 1 | -0/+3 |
| | |||||
* | Add p11_kit_load_initialize_module() function. | Stef Walter | 2011-05-27 | 1 | -24/+143 |
| | | | | | * This function will load a module from a file path, and then initialize it. | ||||
* | Rename module arguments from 'funcs' to 'module' | Stef Walter | 2011-05-27 | 1 | -122/+122 |
| | |||||
* | Change around installation of headers, pkg-config, and file names | Stef Walter | 2011-05-27 | 1 | -0/+1195 |
* Install headers to ${prefix}/include/p11-kit-1/p11-kit/ * This solves problems with other projects that have their own pkcs11.h files. * Change the pkg-config file name to p11-kit-1.pc * Change the source file names. |