"[email protected] via RT" <[email protected]> wrote:
The latest tarball for head failed to compile for DJGPP because an
include file from the WATT32 distribution (tcp.h), required in the DJGPP
build, defines "byte" as "unsigned char". This patch renames "byte" to
"byte_ssl" in ssl/ssl_rsa.c to avoid the problem.
You could also do a "#undef byte" after <tcp.h> is included. The
work-in-progress version of Watt-32 will put these defines inside a
"#ifndef WATT32_NO_OLDIES" section.
--gv
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]