summary refs log tree commit diff stats
path: root/lib/impure/ssl.nim
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2012-06-03 19:09:42 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2012-06-03 19:09:42 +0100
commit3294cb10a944e9c80ccb87173bbd0896597447c9 (patch)
treedd3df1ceac0a66e1c5745d041ac7952a9e44f125 /lib/impure/ssl.nim
parentbb850aafec622401d26e052cbd8cd6a7fef36156 (diff)
downloadNim-3294cb10a944e9c80ccb87173bbd0896597447c9.tar.gz
Sockets are now buffered and have ssl support through openssl.
Diffstat (limited to 'lib/impure/ssl.nim')
-rwxr-xr-xlib/impure/ssl.nim2
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