kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
5e267cd0 2023-12-17 05:55:45 Land #953, Fix build on mips
8c7ad5a5 2023-11-08 08:33:49 Land #941, improve Linux github workflows
ba296ec6 2023-11-08 18:07:34 ci: shrink and improve Linux workflows Add a new `linux` workflow that replaces cross_test, linux_ci, linux_ci_asan, and linux_ci_asan_noasm.
411cc051 2023-11-08 06:54:36 Land #942, clean up macOS workflow
258ba3ff 2023-11-08 06:31:34 Land #940, avoid redefinition of OPENSSL_NO_ASM
59c22267 2023-11-08 18:55:38 ci: clean up macOS workflow
43cb91c9 2023-11-08 02:09:32 amd64/bn_arch.h: avoid redefinition of `OPENSSL_NO_ASM` Fixes this warning when `OPENSSL_NO_ASM` is already set by the build system (seen with CMake): ``` In file included from ./libressl/crypto/bn/bn_mul.c:65: ./libressl/crypto/bn/arch/amd64/bn_arch.h:24:9: warning: 'OPENSSL_NO_ASM' macro redefined [-Wmacro-redefined] ^ <command line>:10:9: note: previous definition is here ^ ``` Reported in #910
88510a3f 2023-11-07 19:30:58 Land #938, cmake: simplify if expressions, accept CPU values more consistently
34641e8f 2023-11-07 19:30:09 Land #937, remove unused C defines
b16146e0 2023-11-07 19:27:58 Land #938, cmake: simplify if expressions, accept CPU values more consistently