mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
x.websocket: Fixes wss connection failures to certain addresses (#7247)
This commit is contained in:
@ -91,6 +91,8 @@ fn C.SSL_library_init()
|
||||
|
||||
fn C.SSLv23_client_method() &C.SSL_METHOD
|
||||
|
||||
fn C.TLS_method() voidptr
|
||||
|
||||
fn C.TLSv1_2_method() voidptr
|
||||
|
||||
fn init() {
|
||||
|
Reference in New Issue
Block a user