1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

Fix the forword prototype to be a static for this static function.

This commit is contained in:
Andrew Bartlett -
parent 537d33735d
commit bb1aa5e1d2

View 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.