diff options
author | Araq <rumpf_a@web.de> | 2012-12-02 20:02:42 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-12-02 20:02:42 +0100 |
commit | 8948a97151fc000414aee7cd4064881ef646a26c (patch) | |
tree | 89b5deb1448d0281028f3a02ca28ee11dec09f25 /lib/wrappers | |
parent | 0916137287b1d1468810f0ad4cf638eed5436f5e (diff) | |
download | Nim-8948a97151fc000414aee7cd4064881ef646a26c.tar.gz |
bugfix: 'not nil' and 'shared' types
Diffstat (limited to 'lib/wrappers')
-rwxr-xr-x | lib/wrappers/openssl.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/wrappers/openssl.nim b/lib/wrappers/openssl.nim index 1063f401d..752e594d1 100755 --- a/lib/wrappers/openssl.nim +++ b/lib/wrappers/openssl.nim @@ -39,6 +39,8 @@ ## OpenSSL support +{.deadCodeElim: on.} + when defined(WINDOWS): const DLLSSLName = "(ssleay32|libssl32).dll" |