kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
90898c96 2018-01-06 00:28:49 Call va_end soon after using variable length variable - This fix MSVC compiler warning C4702 "unreachable code".
339074b9 2018-01-06 18:12:50 Reconsider MSVC warning list - Remove C4242 and C4820 - Warning explanation from manual - Sort by warning code
0a583bd2 2018-01-06 18:51:45 Remove unneeded -ULIBRESSL_INTERNAL
190bd346 2017-12-11 04:57:42 add release notes
ac9a73f6 2017-12-05 15:22:15 netcat.c.patch: eliminate syntax error from patch If the target system does not define IPV6_TCLASS, this part of the patch handles that with an ENOPROTOOPT error rather than failing to compile. Unfortunately it's missing a trailing semicolon leading to a compilation error. Add the missing semicolon to fix the problem. Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
71d9fd97 2017-11-23 15:28:25 Fixed getpagesize detection on Android
6cb4aa08 2017-11-06 11:52:03 Create correct directory in CMake install. Was creating ${CONFDIR}/cert instead of ${CONFDIR}/certs.
68a99284 2017-11-05 17:14:28 fetch before update to grab new branches
fe8a52a0 2017-11-05 17:11:46 update changelog
727aeabd 2017-11-02 05:59:08 make OPENBSD_6_2 branch