Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Add GPG key fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
FauxFaux committed Aug 7, 2013
1 parent cde7469 commit 5473d3d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion windows/winutils.c
Expand Up @@ -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) <gpg@goeswhere.com>:\n"
" 408A E4F1 4EA7 33EF 1265 82C1 B195 E1C4 779B A9B2\n",
"PGP fingerprints", MB_ICONINFORMATION | MB_OK,
HELPCTXID(pgp_fingerprints));
}
Expand Down

0 comments on commit 5473d3d

Please sign in to comment.