]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - crypto.c
fix a terminologic bug
[xonotic/darkplaces.git] / crypto.c
index f3259a6f1157152b626b938fc341bc653114651f..4b9d3976ab29fbb9851b118f79dffc63405c9f3e 100644 (file)
--- a/crypto.c
+++ b/crypto.c
@@ -1185,7 +1185,7 @@ static void Crypto_Keys_f(void)
                {
                        Con_Printf("%2d: public key key_%d.d0pk (fingerprint: %s)\n", i, i, pubkeys_fp64[i]);
                        if(pubkeys_havepriv[i])
-                               Con_Printf("   private key key_%d.d0si (fingerprint: %s)\n", i, pubkeys_priv_fp64[i]);
+                               Con_Printf("    private ID key_%d.d0si (fingerprint: %s)\n", i, pubkeys_priv_fp64[i]);
                }
        }
 }