Comment out unused fingerprint filename consts #4522

Causing compile to fail on Mac (fails on warnings)
This commit is contained in:
Nick Bolton 2015-04-15 14:33:26 +01:00
parent 407f92e9d4
commit c7de2da062
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@
#define MAX_ERROR_SIZE 65535
static const char kFingerprintDirName[] = "ssl/fingerprints";
static const char kFingerprintLocalFilename[] = "local.txt";
//static const char kFingerprintLocalFilename[] = "local.txt";
static const char kFingerprintTrustedServersFilename[] = "trusted-servers.txt";
static const char kFingerprintTrustedClientsFilename[] = "trusted-clients.txt";
//static const char kFingerprintTrustedClientsFilename[] = "trusted-clients.txt";
struct Ssl {
SSL_CTX* m_context;