forked from I2P_Developers/i2p.i2p
link ECDSA warning to wiki help page
This commit is contained in:
@ -348,8 +348,8 @@ public class SummaryBarRenderer {
|
||||
.append(_helper.getReachability())
|
||||
.append("</a></h4>\n");
|
||||
if (!SigType.ECDSA_SHA256_P256.isAvailable()) {
|
||||
buf.append("<hr>\n<h4><a href=\"/logs\" target=\"_top\" title=\"")
|
||||
.append(_("See more information on the logs page"))
|
||||
buf.append("<hr>\n<h4><a href=\"http://trac.i2p2.i2p/wiki/Crypto/ECDSA\" target=\"_top\" title=\"")
|
||||
.append(_("See more information on the wiki"))
|
||||
.append("\">")
|
||||
.append(_("Warning: ECDSA is not available. Update your Java or OS"))
|
||||
.append("</a></h4>\n");
|
||||
|
Reference in New Issue
Block a user