mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
@@ -6,8 +6,8 @@ import time
|
||||
// SSLConn is the current connection
|
||||
pub struct SSLConn {
|
||||
mut:
|
||||
sslctx &C.SSL_CTX
|
||||
ssl &C.SSL
|
||||
sslctx &C.SSL_CTX = unsafe { nil }
|
||||
ssl &C.SSL = unsafe { nil }
|
||||
handle int
|
||||
duration time.Duration
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user