forked from I2P_Developers/i2p.i2p
Router: Remove unused test support for AES disabled
This commit is contained in:
@ -694,10 +694,7 @@ public class I2PAppContext {
|
||||
private void initializeAESEngine() {
|
||||
synchronized (_lock7) {
|
||||
if (_AESEngine == null) {
|
||||
if ("off".equals(getProperty("i2p.encryption", "on")))
|
||||
_AESEngine = new AESEngine(this);
|
||||
else
|
||||
_AESEngine = new CryptixAESEngine(this);
|
||||
_AESEngine = new CryptixAESEngine(this);
|
||||
}
|
||||
_AESEngineInitialized = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user