artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebde6af
)
this can be static
author
tedu
<tedu@openbsd.org>
Tue, 14 Jan 2014 17:25:06 +0000
(17:25 +0000)
committer
tedu
<tedu@openbsd.org>
Tue, 14 Jan 2014 17:25:06 +0000
(17:25 +0000)
usr.bin/signify/signify.c
patch
|
blob
|
history
diff --git
a/usr.bin/signify/signify.c
b/usr.bin/signify/signify.c
index
219b882
..
5f3cb92
100644
(file)
--- a/
usr.bin/signify/signify.c
+++ b/
usr.bin/signify/signify.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: signify.c,v 1.3
4 2014/01/14 17:15:12
tedu Exp $ */
+/* $OpenBSD: signify.c,v 1.3
5 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;