mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
fix setting of BC_AVAILABLE thx str4d
This commit is contained in:
@@ -55,7 +55,7 @@ class ECConstants {
|
||||
log("BC provider already loaded");
|
||||
loaded = true;
|
||||
}
|
||||
BC_AVAILABLE = true;
|
||||
BC_AVAILABLE = loaded;
|
||||
}
|
||||
|
||||
public static boolean isBCAvailable() { return BC_AVAILABLE; }
|
||||
|
||||
Reference in New Issue
Block a user