summaryrefslogtreecommitdiff
path: root/p11-kit/compat.c
Commit message (Collapse)AuthorAgeFilesLines
* Move the compat.[ch] headers into common directory/Stef Walter2012-04-301-114/+0
| | | | | * And the compat stuff in the p11-kit directory merged into util.c and util.h
* Rename non-static functions to have a _p11_xxx prefix.Stef Walter2011-10-241-4/+4
| | | | | | | * Work around issues with brain-dead linkers not respecting the libtool -export-symbol-regex argument https://bugs.freedesktop.org/show_bug.cgi?id=42020
* Initial port to win32Stef Walter2011-10-171-0/+114
* Tests do not all yet pass, at least not on wine * Added abstraction of some non-portable functions in compat.h/c * Build with an argument like this for win32 support: ./autogen.sh --host=i586-mingw32msvc * This win32 port needs more work from interested parties