Comment out unused fingerprint filename consts #4522
Causing compile to fail on Mac (fails on warnings)
This commit is contained in:
parent
407f92e9d4
commit
c7de2da062
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue