--- parser3/src/lib/md5/pa_md5c.c 2002/08/01 11:26:49 1.4 +++ parser3/src/lib/md5/pa_md5c.c 2004/02/11 15:33:15 1.12 @@ -3,7 +3,7 @@ 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, 2002 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) */ /* @@ -107,18 +107,11 @@ * ---------------------------------------------------------------------------- */ -static const char* IDENT_MD5_C="$Id: pa_md5c.c,v 1.4 2002/08/01 11:26:49 paf Exp $"; +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)