Re: [openssl-dev] Endianess info

2016-02-14 Thread Andy Polyakov
> > Does this patch work for you? > > I'd vote against [catering this information in public header]. As it > stands now -D[BL]_ENDIAN in OpenSSL config lines is actually just an > optimization flag, and not as significant one. "Optimization flag" means > that you can actually o

Re: [openssl-dev] Endianess info

2016-02-14 Thread Dmitry Belyavsky
Dear Andy, On Sun, Feb 14, 2016 at 1:27 PM, Andy Polyakov wrote: > > Does this patch work for you? > > I'd vote against [catering this information in public header]. As it > stands now -D[BL]_ENDIAN in OpenSSL config lines is actually just an > optimization flag, and not as significant one. "Opt

Re: [openssl-dev] Endianess info

2016-02-14 Thread Salz, Rich
> I'd vote against [catering this information in public header]. As it stands > now - > D[BL]_ENDIAN in OpenSSL config lines is actually just an optimization flag, Okay, you know more about this stuff than I do. I'll leave it to you to help Dmitry if he needs it :) -- openssl-dev mailing list

Re: [openssl-dev] Endianess info

2016-02-14 Thread Andy Polyakov
> Does this patch work for you? I'd vote against [catering this information in public header]. As it stands now -D[BL]_ENDIAN in OpenSSL config lines is actually just an optimization flag, and not as significant one. "Optimization flag" means that you can actually omit it, and it will still work,

Re: [openssl-dev] Endianess info

2016-02-14 Thread Dmitry Belyavsky
ot; -} I386_ONLY > > +/* Big or little endian? */ > > +{- $config{lendian} eq "define" ? "#define" : "#undef" -} > OPENSSL_LITTLE_ENDIAN > > > > #undef OPENSSL_UNISTD > > #define OPENSSL_UNISTD {- $target{unistd} -} > > > > -- >

Re: [openssl-dev] Endianess info

2016-02-11 Thread Dmitry Belyavsky
ef" -} I386_ONLY > > +/* Big or little endian? */ > > +{- $config{lendian} eq "define" ? "#define" : "#undef" -} > OPENSSL_LITTLE_ENDIAN > > > > #undef OPENSSL_UNISTD > > #define OPENSSL_UNISTD {- $target{unistd} -} > > > > --

Re: [openssl-dev] Endianess info

2016-02-11 Thread Salz, Rich
gmail.com] Sent: Thursday, February 11, 2016 12:45 PM To: openssl-dev@openssl.org Subject: Re: [openssl-dev] Endianess info Hello Rich, On Thu, Feb 11, 2016 at 8:39 PM, Salz, Rich mailto:rs...@akamai.com>> wrote: > Is the endianess information available in any of installed by the 1.1

Re: [openssl-dev] Endianess info

2016-02-11 Thread Viktor Dukhovni
> On Feb 11, 2016, at 12:37 PM, Dmitry Belyavsky wrote: > > Is the endianess information available in any of installed by the 1.1.0 > version *.h files? > All the other necessary for building an algorithms-providing engine outside > of the openssl source tree can be found in the opensslconf.h

Re: [openssl-dev] Endianess info

2016-02-11 Thread Dmitry Belyavsky
Hello Rich, On Thu, Feb 11, 2016 at 8:39 PM, Salz, Rich wrote: > > Is the endianess information available in any of installed by the 1.1.0 > version *.h files? > > All the other necessary for building an algorithms-providing engine > outside of the openssl source tree can be found in the opens

Re: [openssl-dev] Endianess info

2016-02-11 Thread Salz, Rich
> Is the endianess information available in any of installed by the 1.1.0 > version *.h files? > All the other necessary for building an algorithms-providing engine outside > of the openssl source tree can be found in the opensslconf.h file. No, but that's an excellent idea. Which #define do yo

[openssl-dev] Endianess info

2016-02-11 Thread Dmitry Belyavsky
Hello OpenSSL Team, Is the endianess information available in any of installed by the 1.1.0 version *.h files? All the other necessary for building an algorithms-providing engine outside of the openssl source tree can be found in the opensslconf.h file. Thank you! -- SY, Dmitry Belyavsky -- op