]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix the forword prototype to be a static for this static function.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 3 Jul 2002 06:48:52 +0000 (06:48 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 3 Jul 2002 06:48:52 +0000 (06:48 +0000)
source/lib/md5.c

index 0d8f8e74d925ca5b8040ef0b3186a99a62ce62bb..2121b17047988987afa5442e1441647a8111e61e 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "md5.h"
 
-void MD5Transform(uint32 buf[4], uint32 const in[16]);
+static void MD5Transform(uint32 buf[4], uint32 const in[16]);
 
 /*
  * Note: this code is harmless on little-endian machines.