search for: c14f484b

Displaying 1 result from an estimated 1 matches for "c14f484b".

2018 Feb 05
2
add Spectre variant 2 mitigations
...built with mitigations, and I suspect libcrypto is a more likely target). Anyway we've got to start somewhere and this builds and passes regress on x86_64 with gcc 7.2.1 20171218 and clang 6.0 branch. Happy to get feedback about other compilers. diff --git a/configure.ac b/configure.ac index c14f484b..89e6975c 100644 --- a/configure.ac +++ b/configure.ac @@ -163,6 +163,10 @@ if test "$GCC" = "yes" || test "$GCC" = "egcs"; then OSSH_CHECK_CFLAG_COMPILE([-Wunused-result], [-Wno-unused-result]) OSSH_CHECK_CFLAG_COMPILE([-fno-strict-aliasing]) if tes...