forked from I2P_Developers/i2p.i2p
i2ptunnel: Unhide encryption type options
This commit is contained in:
@@ -529,7 +529,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
<%
|
||||
if (editBean.isAdvanced()) {
|
||||
boolean has0 = editBean.hasEncType(curTunnel, 0);
|
||||
boolean has4 = editBean.hasEncType(curTunnel, 4);
|
||||
%>
|
||||
@@ -554,8 +553,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
<%
|
||||
} // isAdvanced
|
||||
|
||||
if ("httpclient".equals(tunnelType) || "connectclient".equals(tunnelType) || "sockstunnel".equals(tunnelType) || "socksirctunnel".equals(tunnelType)) {
|
||||
%>
|
||||
<tr>
|
||||
|
||||
@@ -838,7 +838,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
<%
|
||||
if (editBean.isAdvanced()) {
|
||||
boolean has0 = editBean.hasEncType(curTunnel, 0);
|
||||
boolean has4 = editBean.hasEncType(curTunnel, 4);
|
||||
%>
|
||||
@@ -863,8 +862,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
<%
|
||||
} // isAdvanced
|
||||
|
||||
/* alternate dest, only if current dest is set and is DSA_SHA1 */
|
||||
|
||||
if (currentSigType == 0 && !"".equals(b64) && !"streamrserver".equals(tunnelType)) {
|
||||
|
||||
Reference in New Issue
Block a user