--- parser3/src/lib/md5/pa_md5c.c 2002/06/21 13:04:24 1.2 +++ parser3/src/lib/md5/pa_md5c.c 2004/02/11 15:33:15 1.12 @@ -1,3 +1,11 @@ +/** @file + Parser: copied from apache 1.3.20 sources. + Replaced ap_ to pa_ prefixes. linked into all targets but Apache-module target, + where linked targets/apache/pa_md5c.c stub instead. + + Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) +*/ + /* * This is work is derived from material Copyright RSA Data Security, Inc. * @@ -99,16 +107,11 @@ * ---------------------------------------------------------------------------- */ -#include +static const char * const IDENT_MD5_C="$Date: 2004/02/11 15:33:15 $"; + +#include #include "pa_md5.h" -//#include "ap.h" -//#ifdef CHARSET_EBCDIC -//#include "ebcdic.h" -//#endif /*CHARSET_EBCDIC*/ -//#if HAVE_CRYPT_H -//#include -//#endif #define pa_pa_cpystrn(strDest, strSource, count) strncpy(strDest, strSource, count)