Diff for /parser3/src/lib/md5/pa_md5c.c between versions 1.1 and 1.14

version 1.1, 2002/06/21 12:46:40 version 1.14, 2012/03/16 09:24:11
Line 1 Line 1
   /** @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-2012 Art. Lebedev Studio (http://www.artlebedev.com)
   */
   
 /*  /*
  * This is work is derived from material Copyright RSA Data Security, Inc.   * This is work is derived from material Copyright RSA Data Security, Inc.
  *   *
Line 99 Line 107
  * ----------------------------------------------------------------------------   * ----------------------------------------------------------------------------
  */   */
   
 #include "pa_config_includes.h"  #include <string.h>
   
 #include "pa_md5.h"  #include "pa_md5.h"
 //#include "ap.h"  
 //#ifdef CHARSET_EBCDIC  volatile const char * IDENT_PA_MD5_C="$Id$" IDENT_PA_MD5_H;
 //#include "ebcdic.h"  
 //#endif /*CHARSET_EBCDIC*/  
 //#if HAVE_CRYPT_H  
 //#include <crypt.h>  
 //#endif  
   
 #define pa_pa_cpystrn(strDest, strSource, count) strncpy(strDest, strSource, count)  #define pa_pa_cpystrn(strDest, strSource, count) strncpy(strDest, strSource, count)
   

Removed from v.1.1  
changed lines
  Added in v.1.14


E-mail: