You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2005/04/11 08:58:30 UTC

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_md5.c

mturk       2005/04/10 23:58:30

  Modified:    jk/native/common jk_md5.c
  Log:
  Fix compile time warning about no previous prototype..
  
  Revision  Changes    Path
  1.12      +2 -2      jakarta-tomcat-connectors/jk/native/common/jk_md5.c
  
  Index: jk_md5.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_md5.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- jk_md5.c	8 Oct 2004 07:50:39 -0000	1.11
  +++ jk_md5.c	11 Apr 2005 06:58:30 -0000	1.12
  @@ -243,7 +243,7 @@
   /* MD5 finalization. Ends an MD5 message-digest operation, writing the
      the message digest and zeroizing the context.
    */
  -void JK_METHOD jk_MD5Final(unsigned char digest[16], JK_MD5_CTX * context)
  +static void JK_METHOD jk_MD5Final(unsigned char digest[16], JK_MD5_CTX * context)
   {
       unsigned char bits[8];
       size_t idx, padLen;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org