From 076f99315010da250ea69f67dea6fabe7cabdec3 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 5 Jan 2015 18:15:18 +0000 Subject: Fixes nim-lang/nimble#84 --- lib/wrappers/openssl.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/wrappers/openssl.nim') diff --git a/lib/wrappers/openssl.nim b/lib/wrappers/openssl.nim index f091d8f46..29fe3a921 100644 --- a/lib/wrappers/openssl.nim +++ b/lib/wrappers/openssl.nim @@ -50,7 +50,7 @@ when useWinVersion: from winlean import SocketHandle else: const - versions = "(|.1.0.0|.0.9.9|.0.9.8|.0.9.7|.0.9.6|.0.9.5|.0.9.4)" + versions = "(.10|.1.0.1|.1.0.0|.0.9.9|.0.9.8|.0.9.7|.0.9.6|.0.9.5|.0.9.4)" when defined(macosx): const DLLSSLName = "libssl" & versions & ".dylib" -- cgit 1.4.1-2-gfad0