Re: [openssl-users] openssl-users Digest, Vol 46, Issue 46

2018-09-28 Thread Matt Caswell
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__==

Re: [openssl-users] openssl-users Digest, Vol 46, Issue 46

2018-09-28 Thread Richard Levitte
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

Re: [openssl-users] openssl-users Digest, Vol 46, Issue 46

2018-09-25 Thread Vinay Mummadi
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"