From ecb4608898ba433d214561f1129cd6745e571d26 Mon Sep 17 00:00:00 2001 From: tedu Date: Fri, 10 Jan 2014 04:49:35 +0000 Subject: [PATCH] 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. --- usr.bin/signify/signify.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); } -- 2.20.1