--- parser3/src/lib/md5/pa_md5c.c 2002/06/21 12:46:40 1.1 +++ parser3/src/lib/md5/pa_md5c.c 2005/08/09 08:14:51 1.13 @@ -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-2005 ArtLebedev Group (http://www.artlebedev.com) +*/ + /* * This is work is derived from material Copyright RSA Data Security, Inc. * @@ -99,15 +107,11 @@ * ---------------------------------------------------------------------------- */ -#include "pa_config_includes.h" +static const char * const IDENT_MD5_C="$Date: 2005/08/09 08:14:51 $"; + +#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)