Add support to the latest LibreSSL version (#15715) [backport:1.2] [backport:1.4]

(cherry picked from commit b2740f5c63)
This commit is contained in:
Danil Yarantsev
2020-10-26 13:03:44 +03:00
committed by narimiran
parent 4e91c11eff
commit a2367d4bd2

View File

@@ -64,9 +64,9 @@ elif useWinVersion:
from winlean import SocketHandle
else:
when defined(osx):
const versions = "(.1.1|.38|.39|.41|.43|.44|.45|.46|.47|.10|.1.0.2|.1.0.1|.1.0.0|.0.9.9|.0.9.8|)"
const versions = "(.1.1|.38|.39|.41|.43|.44|.45|.46|.47|.48|.10|.1.0.2|.1.0.1|.1.0.0|.0.9.9|.0.9.8|)"
else:
const versions = "(.1.1|.1.0.2|.1.0.1|.1.0.0|.0.9.9|.0.9.8|.47|.46|.45|.44|.43|.41|.39|.38|.10|)"
const versions = "(.1.1|.1.0.2|.1.0.1|.1.0.0|.0.9.9|.0.9.8|.48|.47|.46|.45|.44|.43|.41|.39|.38|.10|)"
when defined(macosx):
const