On 28/09/18 04:21, Richard Levitte wrote:
> Ah, I forgot... we changed the requirements to compile that code,
> from this:
>
> # if defined(__GNUC__) && (__GNUC__ > 3 || (__GNUC__ == 3 &&
> __GNUC_MINOR__ >= 1))
>
> to this:
>
> # if defined(__SIZEOF_INT128__) && __SIZEOF_INT128__==
Ah, I forgot... we changed the requirements to compile that code,
from this:
# if defined(__GNUC__) && (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__
>= 1))
to this:
# if defined(__SIZEOF_INT128__) && __SIZEOF_INT128__==16
the latter denotes official support while the former was mo
Hi Richard,
CC =
/u/build/build1/engtools/linux/2.6.18-8.el5/x86_64/gcc/versions/4.3.2/bin/gcc
CXX =
/u/build/build1/engtools/linux/2.6.18-8.el5/x86_64/gcc/versions/4.3.2/bin/g++
I was using these for openssl 1.1.0h and it compiled with this option "
enable-ec_nistp_64_gcc_128"