HTTP Proxy: Fix parsing of ECDSA address helper,

ignore '=' when comparing, reindent test
This commit is contained in:
zzz
2014-12-08 14:12:00 +00:00
parent 57ac344e7f
commit b2e17916e4
3 changed files with 29 additions and 22 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 = 1;
public final static long BUILD = 2;
/** for example "-test" */
public final static String EXTRA = "";