summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-02-14 13:31:31 +0100
committerMattes D <github@xoft.cz>2015-02-14 13:31:31 +0100
commit1ca0a4915ece26d5700808320496227650819a9b (patch)
treed6d33f0d79aa59f9a749242de76054bbc3f9bad6
parentFixed Linux compilation. (diff)
downloadcuberite-1ca0a4915ece26d5700808320496227650819a9b.tar
cuberite-1ca0a4915ece26d5700808320496227650819a9b.tar.gz
cuberite-1ca0a4915ece26d5700808320496227650819a9b.tar.bz2
cuberite-1ca0a4915ece26d5700808320496227650819a9b.tar.lz
cuberite-1ca0a4915ece26d5700808320496227650819a9b.tar.xz
cuberite-1ca0a4915ece26d5700808320496227650819a9b.tar.zst
cuberite-1ca0a4915ece26d5700808320496227650819a9b.zip
-rw-r--r--src/PolarSSL++/SslContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PolarSSL++/SslContext.cpp b/src/PolarSSL++/SslContext.cpp
index 8ab207df6..5ac4bc227 100644
--- a/src/PolarSSL++/SslContext.cpp
+++ b/src/PolarSSL++/SslContext.cpp
@@ -70,7 +70,7 @@ int cSslContext::Initialize(bool a_IsClient, const SharedPtr<cCtrDrbgContext> &
// These functions allow us to debug SSL and certificate problems, but produce way too much output,
// so they're disabled until someone needs them
ssl_set_dbg(&m_Ssl, &SSLDebugMessage, this);
- debug_set_threshold(4);
+ debug_set_threshold(2);
ssl_set_verify(&m_Ssl, &SSLVerifyCert, this);
//*/