Skip to content
Snippets Groups Projects
Commit 26453e7b authored by James Zern's avatar James Zern
Browse files

md5_utils.c: make a function static

silences a missing prototype warning

Change-Id: I982c9c70e0e9f94a5201559300cadb8bd22441f9
parent db4afa6b
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
#include "md5_utils.h"
void
static void
byteSwap(UWORD32 *buf, unsigned words) {
md5byte *p;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment