mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-11 19:06:12 +08:00
Fixed code style
This commit is contained in:
@@ -33,8 +33,6 @@
|
||||
#include <fstream>
|
||||
#include <algorithm>
|
||||
|
||||
int verifyCertFingerprint(X509_STORE_CTX* ctx, void* arg);
|
||||
|
||||
//
|
||||
// SecureSocket
|
||||
//
|
||||
@@ -46,6 +44,8 @@ struct Ssl {
|
||||
SSL* m_ssl;
|
||||
};
|
||||
|
||||
int verifyCertFingerprint(X509_STORE_CTX* ctx, void* arg);
|
||||
|
||||
bool CSecureSocket::s_verifyFingerprintFailed = false;
|
||||
|
||||
CSecureSocket::CSecureSocket(
|
||||
|
||||
Reference in New Issue
Block a user