Skip to content

Commit

Permalink
SSL: Allow the same range of versions for OSX (#20324)
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq authored Sep 10, 2022
1 parent f6ee066 commit 884f1f6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/wrappers/openssl.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 884f1f6

Please sign in to comment.