mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-18 17:07:45 +02:00
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
1 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@
|
||||||
#define MAX_ERROR_SIZE 65535
|
#define MAX_ERROR_SIZE 65535
|
||||||
|
|
||||||
static const char kFingerprintDirName[] = "ssl/fingerprints";
|
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 kFingerprintTrustedServersFilename[] = "trusted-servers.txt";
|
||||||
static const char kFingerprintTrustedClientsFilename[] = "trusted-clients.txt";
|
//static const char kFingerprintTrustedClientsFilename[] = "trusted-clients.txt";
|
||||||
|
|
||||||
struct Ssl {
|
struct Ssl {
|
||||||
SSL_CTX* m_context;
|
SSL_CTX* m_context;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue