i2ptunnel: Unhide encryption type options

This commit is contained in:
zzz
2020-04-06 21:08:52 +00:00
parent f6b5a2d493
commit f16981d844
2 changed files with 0 additions and 6 deletions

View File

@@ -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>

View File

@@ -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)) {