quiet time. printing verified was an artifact of development, to be sure
authortedu <tedu@openbsd.org>
Fri, 10 Jan 2014 04:49:35 +0000 (04:49 +0000)
committertedu <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

index 53dd093..7a94c59 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: signify.c,v 1.25 2014/01/10 04:36:58 tedu Exp $ */
+/* $OpenBSD: signify.c,v 1.26 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);
 }