mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: check (mut f Foo)
syntax
This commit is contained in:
@ -21,7 +21,7 @@ fn C.SSL_CTX_free()
|
||||
fn C.SSL_write() int
|
||||
fn C.SSL_read() int
|
||||
|
||||
fn (ws mut Client) connect_ssl(){
|
||||
fn (mut ws Client) connect_ssl(){
|
||||
l.i("Using secure SSL connection")
|
||||
C.SSL_load_error_strings()
|
||||
C.SSL_library_init()
|
||||
|
Reference in New Issue
Block a user