diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-04-04 20:47:47 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-04-04 20:47:47 +0100 |
commit | 8e6f5f20f686110febf7f50e886a51fd821dc44f (patch) | |
tree | 36b0eb03fe4ff6e22c19c3f802defe0c99ddf2a2 /lib/impure | |
parent | 38d6e2c221dcb6f284de1ec7b038385a6212809c (diff) | |
download | Nim-8e6f5f20f686110febf7f50e886a51fd821dc44f.tar.gz |
Improve net and ssl module docs.
Diffstat (limited to 'lib/impure')
-rw-r--r-- | lib/impure/ssl.nim | 3 |
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.} |