summary refs log tree commit diff stats
path: root/lib/wrappers/openssl.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-11-16 13:27:46 +0100
committerAraq <rumpf_a@web.de>2018-11-16 13:27:56 +0100
commit3f6168b3372013c0d4b938e6a83849199d9756c9 (patch)
treebb5eaf3d75d30fabe4325049238611659aa0c420 /lib/wrappers/openssl.nim
parent4233046e3f62c89495b8e351b328401322296b56 (diff)
downloadNim-3f6168b3372013c0d4b938e6a83849199d9756c9.tar.gz
removes deprecated T/P types
Diffstat (limited to 'lib/wrappers/openssl.nim')
-rw-r--r--lib/wrappers/openssl.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/wrappers/openssl.nim b/lib/wrappers/openssl.nim
index ff05d8aca..2f072d5c7 100644
--- a/lib/wrappers/openssl.nim
+++ b/lib/wrappers/openssl.nim
@@ -83,8 +83,6 @@ type
 
   pem_password_cb* = proc(buf: cstring, size, rwflag: cint, userdata: pointer): cint {.cdecl.}
 
-{.deprecated: [PSSL: SslPtr, PSSL_CTX: SslCtx, PBIO: BIO].}
-
 const
   SSL_SENT_SHUTDOWN* = 1
   SSL_RECEIVED_SHUTDOWN* = 2