File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
TLS-Mitm/src/main/java/de/rub/nds/tlsattacker/mitm/config
TraceTool/src/main/java/de/rub/nds/tlsattacker/tracetool/config Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,6 @@ public class MitmCommandConfig extends TLSDelegateConfig {
3838
3939 public static final String COMMAND = "mitm" ;
4040
41- @ ParametersDelegate
42- private GeneralDelegate generalDelegate ;
4341 @ ParametersDelegate
4442 private CiphersuiteDelegate ciphersuiteDelegate ;
4543 @ ParametersDelegate
@@ -77,7 +75,6 @@ public class MitmCommandConfig extends TLSDelegateConfig {
7775
7876 public MitmCommandConfig (GeneralDelegate delegate ) {
7977 super (delegate );
80- this .generalDelegate = delegate ;
8178 this .ciphersuiteDelegate = new CiphersuiteDelegate ();
8279 this .heartbeatDelegate = new HeartbeatDelegate ();
8380 this .ellipticCurveDelegate = new NamedGroupsDelegate ();
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ public class TraceToolCommandConfig extends TLSDelegateConfig {
3232
3333 public static final String COMMAND = "tracetool" ;
3434
35- @ ParametersDelegate
36- private GeneralDelegate generalDelegate ;
3735 @ ParametersDelegate
3836 private ProtocolVersionDelegate protocolVersionDelegate ;
3937 @ ParametersDelegate
@@ -55,7 +53,6 @@ public class TraceToolCommandConfig extends TLSDelegateConfig {
5553
5654 public TraceToolCommandConfig (GeneralDelegate delegate ) {
5755 super (delegate );
58- this .generalDelegate = delegate ;
5956 this .protocolVersionDelegate = new ProtocolVersionDelegate ();
6057 this .workflowOutputDelegate = new WorkflowOutputDelegate ();
6158 this .workflowInputDelegate = new WorkflowInputDelegate ();
You can’t perform that action at this time.
0 commit comments