X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fextra%2Fm_ssl_gnutls.cpp;h=716a736f87868f3304adfc7b79a8f697673fe5d2;hb=2c7c0cd711ff09ec24677ddc118ffc2a8bee190c;hp=112ec8ef960b371e48541aa8a53dd98ccd03d19c;hpb=689bb28120da0b54a8c5fe71508d3b3c9cf35064;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/extra/m_ssl_gnutls.cpp b/src/modules/extra/m_ssl_gnutls.cpp index 112ec8ef9..716a736f8 100644 --- a/src/modules/extra/m_ssl_gnutls.cpp +++ b/src/modules/extra/m_ssl_gnutls.cpp @@ -348,7 +348,7 @@ namespace GnuTLS static const char* GetDefault() { - return "NORMAL"; + return "NORMAL:%SERVER_PRECEDENCE:-VERS-SSL3.0"; } static std::string RemoveUnknownTokens(const std::string& prio)