ref: 26453e7b6776cbd09f62d581d6847c0a1b892823
parent: db4afa6bd284d0e6a36151002d077a627c1ec5c3
author: James Zern <[email protected]>
date: Thu May 14 15:37:27 EDT 2015
md5_utils.c: make a function static silences a missing prototype warning Change-Id: I982c9c70e0e9f94a5201559300cadb8bd22441f9
--- a/md5_utils.c
+++ b/md5_utils.c
@@ -24,7 +24,7 @@
#include "md5_utils.h"
-void
+static void
byteSwap(UWORD32 *buf, unsigned words) {
md5byte *p;