You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Ki...@hyperreal.org, Yong-ook <gh...@netian.com> on 1998/05/06 07:40:43 UTC

apache-api/2188: compat.h : "#define md5 ap_md5" missed.

>Number:         2188
>Category:       apache-api
>Synopsis:       compat.h : "#define md5 ap_md5" missed.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          mistaken
>Submitter-Id:   apache
>Arrival-Date:   Tue May  5 22:50:00 PDT 1998
>Last-Modified:
>Originator:     ghost@netian.com
>Organization:
apache
>Release:        1.3b6
>Environment:
Linux 2.1.99
gcc 2.8.1
>Description:
md5() is changed to ap_md5(), but compat.h does not map old one to new one.
This is used in mod_fastcgi.c
>How-To-Repeat:
Build apache with mod_fastcgi or any other which use md5().

cf) http://www.fastcgi.com
>Fix:
add 

#define md5 ap_md5

to the compat.h
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]