SSL: Allow the same range of versions for OSX (#20324)

This commit is contained in:
Andreas Rumpf
2022-09-10 09:58:40 +02:00
committed by GitHub
parent f6ee066ee2
commit 884f1f6b11

View File

@@ -75,11 +75,7 @@ elif useWinVersion:
from winlean import SocketHandle
else:
when defined(macosx):
# use only versioned soname
const versions = ".1.1"
else:
const versions = "(.1.1|.48|.47|.46|.45|.44|.43|.41|.39|.38|.10|)"
const versions = "(.1.1|.48|.47|.46|.45|.44|.43|.41|.39|.38|.10|)"
when defined(macosx):
const