Module Name:    src
Committed By:   agc
Date:           Thu May 20 14:43:42 UTC 2010

Modified Files:
        src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c

Log Message:
avoid a duplicated error message


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 \
    src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c
diff -u src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c:1.53 src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c:1.54
--- src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c:1.53	Thu May 20 14:42:21 2010
+++ src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c	Thu May 20 14:43:42 2010
@@ -34,7 +34,7 @@
 
 #if defined(__NetBSD__)
 __COPYRIGHT("@(#) Copyright (c) 2009 The NetBSD Foundation, Inc. All rights reserved.");
-__RCSID("$NetBSD: netpgp.c,v 1.53 2010/05/20 14:42:21 agc Exp $");
+__RCSID("$NetBSD: netpgp.c,v 1.54 2010/05/20 14:43:42 agc Exp $");
 #endif
 
 #include <sys/types.h>
@@ -896,7 +896,6 @@
 	}
 	/* get key with which to sign */
 	if ((keypair = resolve_userid(netpgp, netpgp->secring, userid)) == NULL) {
-		(void) fprintf(io->errs, "netpgp_sign_file: userid '%s' not found\n", userid);
 		return 0;
 	}
 	ret = 1;

Reply via email to