Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak

This commit is contained in:
Araq
2014-08-31 22:56:11 +02:00

View File

@@ -183,7 +183,7 @@ when defined(ssl):
when not defined(linux):
newCTX = SSL_CTX_new(SSLv2_method())
else:
SSLError()
raiseSslError()
of protSSLv3:
newCTX = SSL_CTX_new(SSLv3_method())
of protTLSv1: