artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
609c6d0
)
quiet time. printing verified was an artifact of development, to be sure
author
tedu
<tedu@openbsd.org>
Fri, 10 Jan 2014 04:49:35 +0000
(
04:49
+0000)
committer
tedu
<tedu@openbsd.org>
Fri, 10 Jan 2014 04:49:35 +0000
(
04:49
+0000)
we didn't accidentally fall through main without doing anything, but tools
should be quiet unless there's an error.
usr.bin/signify/signify.c
patch
|
blob
|
history
diff --git
a/usr.bin/signify/signify.c
b/usr.bin/signify/signify.c
index
53dd093
..
7a94c59
100644
(file)
--- a/
usr.bin/signify/signify.c
+++ b/
usr.bin/signify/signify.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: signify.c,v 1.2
5 2014/01/10 04:36:58
tedu Exp $ */
+/* $OpenBSD: signify.c,v 1.2
6 2014/01/10 04:49:35
tedu Exp $ */
/*
* Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
*
@@
-421,8
+421,6
@@
verify(const char *pubkeyfile, const char *msgfile, const char *sigfile,
close(fd);
}
- printf("verified\n");
-
free(msg - siglen);
}