md5_utils.c: make a function static
silences a missing prototype warning Change-Id: I982c9c70e0e9f94a5201559300cadb8bd22441f9
This commit is contained in:
parent
db4afa6bd2
commit
26453e7b67
@ -24,7 +24,7 @@
|
||||
|
||||
#include "md5_utils.h"
|
||||
|
||||
void
|
||||
static void
|
||||
byteSwap(UWORD32 *buf, unsigned words) {
|
||||
md5byte *p;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user