aboutsummaryrefslogtreecommitdiff
path: root/patches/opensslconf.h.patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't leak namespace macros out of the libraryTheo Buehler2022-11-231-2/+2
|
* Neuter namespace differently to fix Appveyor CITheo Buehler2022-11-231-0/+24
|
* revise how headers are patched for windows, remove sed scriptsBrent Cook2015-09-211-13/+0
|
* add initial CMake and Visual Studio build supportBrent Cook2015-07-211-0/+13
This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.