From: tedu Date: Fri, 10 Jan 2014 04:49:35 +0000 (+0000) Subject: quiet time. printing verified was an artifact of development, to be sure X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ecb4608898ba433d214561f1129cd6745e571d26;p=openbsd quiet time. printing verified was an artifact of development, to be sure we didn't accidentally fall through main without doing anything, but tools should be quiet unless there's an error. --- diff --git a/usr.bin/signify/signify.c b/usr.bin/signify/signify.c index 53dd0931e3a..7a94c5929ac 100644 --- a/usr.bin/signify/signify.c +++ b/usr.bin/signify/signify.c @@ -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 * @@ -421,8 +421,6 @@ verify(const char *pubkeyfile, const char *msgfile, const char *sigfile, close(fd); } - printf("verified\n"); - free(msg - siglen); }