summary refs log tree commit diff stats
path: root/lib/impure
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2016-04-04 20:47:47 +0100
committerDominik Picheta <dominikpicheta@gmail.com>2016-04-04 20:47:47 +0100
commit8e6f5f20f686110febf7f50e886a51fd821dc44f (patch)
tree36b0eb03fe4ff6e22c19c3f802defe0c99ddf2a2 /lib/impure
parent38d6e2c221dcb6f284de1ec7b038385a6212809c (diff)
downloadNim-8e6f5f20f686110febf7f50e886a51fd821dc44f.tar.gz
Improve net and ssl module docs.
Diffstat (limited to 'lib/impure')
-rw-r--r--lib/impure/ssl.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/impure/ssl.nim b/lib/impure/ssl.nim
index 721e5ce51..e3312d792 100644
--- a/lib/impure/ssl.nim
+++ b/lib/impure/ssl.nim
@@ -9,6 +9,9 @@
 
 ## This module provides an easy to use sockets-style
 ## nim interface to the OpenSSL library.
+##
+## **Warning:** This module is deprecated, use the SSL procedures defined in
+## the ``net`` module instead.
 
 {.deprecated.}