mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
windows: Unicode and IPv6 http/sockets
cleanup schannel implementation (drop NT4.0 compatibility, use unicode strings, etc) restore http tests fix socket test: it did not throw before
This commit is contained in:

committed by
Alexander Medvednikov

parent
22d91148ca
commit
9834ccfcd9
@ -28,14 +28,7 @@ struct C.SSL {
|
||||
}
|
||||
|
||||
fn init() int {
|
||||
$if mac {
|
||||
C.SSL_library_init()
|
||||
}
|
||||
$if linux {
|
||||
C.SSL_library_init()
|
||||
}
|
||||
//C.SSL_load_error_strings()
|
||||
//C.OPENSSL_config(0)
|
||||
C.SSL_library_init()
|
||||
return 1
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user