Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reimplement and remove apache licensed bits of code. | Stef Walter | 2011-07-27 | 1 | -4/+4 |
| | | | | | | | | | | * Reimplement the various bits of the hash table that were still based on the apache apr code. Use different algorithms for hashing, lookup and other stuff. * Use this as an opportunity to cleanup that code and make it more legible. https://bugzilla.redhat.com/show_bug.cgi?id=725905 | ||||
* | Fix uninitialized variable problem. | Stef Walter | 2011-05-27 | 1 | -1/+1 |
| | |||||
* | Change around installation of headers, pkg-config, and file names | Stef Walter | 2011-05-27 | 1 | -0/+1382 |
* 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. |