]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/wincons.c
Make some static text in GTK dialogs selectable.
[PuTTY.git] / windows / wincons.c
index b0ca5f2e262f0bc54ffac5c28967c396a1ccd84b..0b60e1849712a879477490f8803350a65517408a 100644 (file)
@@ -281,9 +281,11 @@ void pgp_fingerprints(void)
          "one. See the manual for more information.\n"
          "(Note: these fingerprints have nothing to do with SSH!)\n"
          "\n"
-         "PuTTY Master Key (RSA), 1024-bit:\n"
+         "PuTTY Master Key as of 2015 (RSA, 4096-bit):\n"
+         "  " PGP_MASTER_KEY_FP "\n\n"
+         "Original PuTTY Master Key (RSA, 1024-bit):\n"
          "  " PGP_RSA_MASTER_KEY_FP "\n"
-         "PuTTY Master Key (DSA), 1024-bit:\n"
+         "Original PuTTY Master Key (DSA, 1024-bit):\n"
          "  " PGP_DSA_MASTER_KEY_FP "\n", stdout);
 }