diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2012-06-03 19:09:42 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2012-06-03 19:09:42 +0100 |
commit | 3294cb10a944e9c80ccb87173bbd0896597447c9 (patch) | |
tree | dd3df1ceac0a66e1c5745d041ac7952a9e44f125 /lib/impure/ssl.nim | |
parent | bb850aafec622401d26e052cbd8cd6a7fef36156 (diff) | |
download | Nim-3294cb10a944e9c80ccb87173bbd0896597447c9.tar.gz |
Sockets are now buffered and have ssl support through openssl.
Diffstat (limited to 'lib/impure/ssl.nim')
-rwxr-xr-x | lib/impure/ssl.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/impure/ssl.nim b/lib/impure/ssl.nim index 5fe986b14..4a101ca92 100755 --- a/lib/impure/ssl.nim +++ b/lib/impure/ssl.nim @@ -10,6 +10,8 @@ ## This module provides an easy to use sockets-style ## nimrod interface to the OpenSSL library. +{.deprecate.} + import openssl, strutils, os type |