mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-11 23:24:52 +00:00
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