Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib get rid of a debuggi...



details:   https://anonhg.NetBSD.org/src/rev/2875972f3764
branches:  trunk
changeset: 757105:2875972f3764
user:      agc <agc%NetBSD.org@localhost>
date:      Sun Aug 15 02:39:46 2010 +0000

description:
get rid of a debugging statement

diffstat:

 crypto/external/bsd/netpgp/dist/src/lib/reader.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 93dc0b466eda -r 2875972f3764 crypto/external/bsd/netpgp/dist/src/lib/reader.c
--- a/crypto/external/bsd/netpgp/dist/src/lib/reader.c  Sat Aug 14 21:01:26 2010 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/lib/reader.c  Sun Aug 15 02:39:46 2010 +0000
@@ -54,7 +54,7 @@
 
 #if defined(__NetBSD__)
 __COPYRIGHT("@(#) Copyright (c) 2009 The NetBSD Foundation, Inc. All rights reserved.");
-__RCSID("$NetBSD: reader.c,v 1.39 2010/08/13 18:29:41 agc Exp $");
+__RCSID("$NetBSD: reader.c,v 1.40 2010/08/15 02:39:46 agc Exp $");
 #endif
 
 #include <sys/types.h>
@@ -2241,7 +2241,6 @@
        if (cbinfo->cryptinfo.keydata == NULL) {
                (void) fprintf(io->errs, "get_passphrase_cb: NULL keydata\n");
        } else {
-printf("get_passphrase_cb\n");
                __ops_print_keydata(io, cbinfo->cryptinfo.pubring, cbinfo->cryptinfo.keydata, "signature ",
                        &cbinfo->cryptinfo.keydata->key.pubkey, 0);
        }



Home | Main Index | Thread Index | Old Index