Re: [PATCH]; request for votes] Cygwin: Make it again possible to build with OpenSSL

2018-05-22 Thread Robert Story
On Mon, 21 May 2018 10:12:37 -0700 Bart wrote: BVA> This patch should work for both newer and older Cygwin BVA> versions. +1 -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot

Re: [PATCH]; request for votes] Cygwin: Make it again possible to build with OpenSSL

2018-05-21 Thread Wes Hardaker via Net-snmp-coders
Bart Van Assche writes: > This patch should work for both newer and older Cygwin versions. The > description of commit 0657b90b7181 is as follows: Ok, I'll trust you (I haven't built on windows in a decade at least). +1 -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourcefor

Re: [PATCH]; request for votes] Cygwin: Make it again possible to build with OpenSSL

2018-05-21 Thread Bart Van Assche
On 05/21/18 09:43, Wes Hardaker wrote: Bart Van Assche writes: Remove #define OPENSSL_SYS_WIN32 since that tells OpenSSL to include the Winsock header file. Define VC_EXTRALEAN and WIN32_LEAN_AND_MEAN to avoid that header files are included from that conflict with the OpenSSL header files. Th

Re: [PATCH]; request for votes] Cygwin: Make it again possible to build with OpenSSL

2018-05-21 Thread Wes Hardaker via Net-snmp-coders
Bart Van Assche writes: > Remove #define OPENSSL_SYS_WIN32 since that tells OpenSSL to include > the Winsock header file. Define VC_EXTRALEAN and WIN32_LEAN_AND_MEAN > to avoid that header files are included from that conflict > with the OpenSSL header files. This patch avoids that building with

[PATCH]; request for votes] Cygwin: Make it again possible to build with OpenSSL

2018-05-21 Thread Bart Van Assche
Remove #define OPENSSL_SYS_WIN32 since that tells OpenSSL to include the Winsock header file. Define VC_EXTRALEAN and WIN32_LEAN_AND_MEAN to avoid that header files are included from that conflict with the OpenSSL header files. This patch avoids that building without --with-openssl=internal fails.