You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/05/22 19:54:35 UTC

DO NOT REPLY [Bug 20166] New: - Win32 Compilation Problem with OpenSSL 0.9.7x

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20166>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20166

Win32 Compilation Problem with OpenSSL 0.9.7x

           Summary: Win32 Compilation Problem with OpenSSL 0.9.7x
           Product: Apache httpd-2.0
           Version: 2.0.45
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_ssl
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jayson.johnson@gov.ab.ca


modules/ssl/mod_ssl.mak needs to be fixed to work with the latest OpenSSL 
sources.   Compile options need to be changed from:
/D "NO_IDEA" /D "NO_RC5" /D "NO_MDC2"
to:
/D "OPENSSL_NO_IDEA" /D "OPENSSL_NO_RC5" /D "OPENSSL_NO_MDC2"

support/abs.mak needs to have the same changes made to the compile options.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org