md5_utils.c: make a function static

silences a missing prototype warning

Change-Id: I982c9c70e0e9f94a5201559300cadb8bd22441f9
This commit is contained in:
James Zern 2015-05-14 19:37:27 -07:00
parent db4afa6bd2
commit 26453e7b67

View File

@ -24,7 +24,7 @@
#include "md5_utils.h"
void
static void
byteSwap(UWORD32 *buf, unsigned words) {
md5byte *p;