Skip to content

Commit

Permalink
Fix libssl order. Newest one is 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
treeform committed Jan 8, 2019
1 parent d0366c5 commit 2107879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wrappers/openssl.nim
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ when useWinVersion:

from winlean import SocketHandle
else:
const versions = "(.1.0.2|.1.0.1|.1.0.0|.0.9.9|.0.9.8|.1.1|.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|.46|.45|.44|.43|.41|.39|.38|.10|)"

when defined(macosx):
const
Expand Down

0 comments on commit 2107879

Please sign in to comment.