[Pkg-privacy-commits] [msva-perl] 04/15: emit information about successful exports
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:42:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository msva-perl.
commit 385e70160c5fc2f2c1c33fcda633e73e5d4425a2
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Mon Feb 4 22:18:03 2013 -0500
emit information about successful exports
---
openpgp2x509 | 1 +
1 file changed, 1 insertion(+)
diff --git a/openpgp2x509 b/openpgp2x509
index acc81f7..c0c8251 100755
--- a/openpgp2x509
+++ b/openpgp2x509
@@ -297,6 +297,7 @@ sub makeX509CertForUserID {
err("key 0x%s is not authentication-capable -- skipping\n", $subkey->fingerprint->as_hex_string);
next
}
+ err("making certificate for key 0x%s\n", $subkey->fingerprint->as_hex_string);
my $pubkey = { 'modulus' => @{$subkey->pubkey_data}[0],
'exponent' => @{$subkey->pubkey_data}[1],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git
More information about the Pkg-privacy-commits
mailing list