diff options
Diffstat (limited to 'lib/impure')
-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 |