summaryrefslogtreecommitdiffstats
path: root/sbin/md5/md5.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-03-27 18:23:06 +0000
committerdelphij <delphij@FreeBSD.org>2015-03-27 18:23:06 +0000
commit5538403b83287b77df17625e7edee45b80cfbc4b (patch)
tree4deda8e0e980ef8c1c549b17f5a70f2ead21baa3 /sbin/md5/md5.c
parent430d8603fc1ad5f0e6b194b789e2736179af77a9 (diff)
downloadFreeBSD-src-5538403b83287b77df17625e7edee45b80cfbc4b.zip
FreeBSD-src-5538403b83287b77df17625e7edee45b80cfbc4b.tar.gz
Fix remaining warnings.
MFC after: 2 weeks
Diffstat (limited to 'sbin/md5/md5.c')
-rw-r--r--sbin/md5/md5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c
index 0c03c52..d7de5c0 100644
--- a/sbin/md5/md5.c
+++ b/sbin/md5/md5.c
@@ -91,7 +91,7 @@ typedef union {
/* algorithm function table */
-struct Algorithm_t Algorithm[] = {
+static struct Algorithm_t Algorithm[] = {
{ "md5", "MD5", &MD5TestOutput, (DIGEST_Init*)&MD5Init,
(DIGEST_Update*)&MD5_Update, (DIGEST_End*)&MD5End,
&MD5Data, &MD5File },
@@ -282,7 +282,7 @@ MDTimeTrial(Algorithm_t *alg)
* Digests a reference suite of strings and prints the results.
*/
-const char *MDTestInput[MDTESTCOUNT] = {
+static const char *MDTestInput[MDTESTCOUNT] = {
"",
"a",
"abc",
OpenPOWER on IntegriCloud