this can be static
authortedu <tedu@openbsd.org>
Tue, 14 Jan 2014 17:25:06 +0000 (17:25 +0000)
committertedu <tedu@openbsd.org>
Tue, 14 Jan 2014 17:25:06 +0000 (17:25 +0000)
usr.bin/signify/signify.c

index 219b882..5f3cb92 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: signify.c,v 1.34 2014/01/14 17:15:12 tedu Exp $ */
+/* $OpenBSD: signify.c,v 1.35 2014/01/14 17:25:06 tedu Exp $ */
 /*
  * Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
  *
@@ -172,7 +172,7 @@ readb64file(const char *filename, void *buf, size_t len, char *comment)
        close(fd);
 }
 
-uint8_t *
+static uint8_t *
 readmsg(const char *filename, unsigned long long *msglenp)
 {
        unsigned long long msglen;