OpenSSL: Untested changes to get command-line working.

Former-commit-id: f81a410bba6cbc1b71cb7d5fef121eb4f52a780b
This commit is contained in:
Dale Visser
2015-07-08 14:07:17 -04:00
parent 30087b5e79
commit a3ad598004
6 changed files with 30 additions and 8 deletions

View File

@@ -217,6 +217,10 @@ public final class Settings {
* The properties key for whether the Central analyzer is enabled.
*/
public static final String ANALYZER_CENTRAL_ENABLED = "analyzer.central.enabled";
/**
* The properties key for whether the OpenSSL analyzer is enabled.
*/
public static final String ANALYZER_OPENSSL_ENABLED = "analyzer.openssl.enabled";
/**
* The properties key for the Central search URL.
*/