kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
01e3b10f 2023-10-29 11:18:52 remove conflicting align directives for MASM
fca20b23 2023-10-02 03:31:24 remove unneeded switch for MSVC, cleanup comment alignment
70688874 2023-09-04 09:05:45 Fix processor detection in CMakeLists.txt
a6bd25d3 2023-09-02 04:02:03 Rebase rust-openssl patch
8fa9337f 2023-08-31 10:12:54 Prepare 3.8.2 ChangeLog
fbb21ed9 2023-08-30 04:34:15 End all ChangeLog entries with a period
8c6d8ec3 2023-08-29 19:45:58 Update man links
0784b3ad 2023-08-28 00:41:59 remove unneeded release change for tests
f4059e47 2023-08-28 00:40:11 enable asserts regardless of build type
e5f1938c 2023-08-27 05:29:27 Fix build flags for tests The default C flags for all build types other than 'Debug' sets -DNDEBUG which disables assert(), and breaks tests. This switches tests to use 'Debug' instead, reenabling asserts.