From 5473d3def242fd4738c692794cb6dba1384ceb55 Mon Sep 17 00:00:00 2001 From: "Chris West (Faux)" Date: Sun, 22 Jan 2012 17:58:25 +0000 Subject: [PATCH] Add GPG key fingerprint --- windows/winutils.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/windows/winutils.c b/windows/winutils.c index f68405bcd..f69fd4c3e 100644 --- a/windows/winutils.c +++ b/windows/winutils.c @@ -145,7 +145,11 @@ void pgp_fingerprints(void) "PuTTY Master Key (RSA), 1024-bit:\n" " " PGP_RSA_MASTER_KEY_FP "\n" "PuTTY Master Key (DSA), 1024-bit:\n" - " " PGP_DSA_MASTER_KEY_FP, + " " PGP_DSA_MASTER_KEY_FP "\n" + "\n" + "PuTTYTray is signed by the unrelated:\n" + "Chris West (Faux) :\n" + " 408A E4F1 4EA7 33EF 1265 82C1 B195 E1C4 779B A9B2\n", "PGP fingerprints", MB_ICONINFORMATION | MB_OK, HELPCTXID(pgp_fingerprints)); }