PRNG: Don't hang forever at startup waiting for SecureRandom init

This commit is contained in:
zzz
2015-01-31 17:37:59 +00:00
parent 3da850a6b9
commit 47eff7ee86
4 changed files with 57 additions and 4 deletions

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 17;
public final static long BUILD = 18;
/** for example "-test" */
public final static String EXTRA = "";