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
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
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
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
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.