forked from I2P_Developers/i2p.i2p
Fix hang in Linux on armel and ppc architectures by removing unused (per zzz)
lock
This commit is contained in:
@ -96,8 +96,6 @@ public class ElGamalEngine {
|
||||
YKGenerator.restart();
|
||||
}
|
||||
|
||||
private final static BigInteger _two = new NativeBigInteger(1, new byte[] { 0x02});
|
||||
|
||||
private BigInteger[] getNextYK() {
|
||||
return YKGenerator.getNextYK();
|
||||
}
|
||||
|
Reference in New Issue
Block a user