Crypto: Create keystore directory when making SSL keys (ticket #1866)

When we switched to new way of making keys in 0.9.25,
we omitted the mkdir step, which broke it.
This commit is contained in:
zzz
2016-10-23 16:38:26 +00:00
parent 85223303f2
commit 80966d60c1
3 changed files with 22 additions and 1 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 = 2;
public final static long BUILD = 3;
/** for example "-test" */
public final static String EXTRA = "";