Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added p11_kit_module_get_filename() | Nikos Mavrogiannopoulos | 2015-07-14 | 1 | -1/+39 |
| | | | | | | | | | | | That function allows to obtain the filename used by the PKCS #11 module. That is the filename used by dlopen(). Note that we don't provide p11_kit_module_for_filename() because it would have to deal with filename equivalences. Signed-off-by: Stef Walter <stefw@redhat.com> * Fixed up whitespace | ||||
* | Move to non-recursive Makefile for building bins and libs | Stef Walter | 2014-08-15 | 1 | -0/+415 |
Still use recursive for documentation and translation. |