mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
openssl: more verbose error; libgc: make compile on arm macs
This commit is contained in:
parent
e2848e1348
commit
0d52a7d91e
2 changed files with 2 additions and 2 deletions
|
@ -242,7 +242,7 @@ fn (mut s SSLConn) complete_connect() ! {
|
|||
}
|
||||
res := C.SSL_get_verify_result(voidptr(s.ssl))
|
||||
if res != C.X509_V_OK {
|
||||
return error('SSL handshake failed')
|
||||
return error('SSL handshake failed (OpenSSL SSL_get_verify_result = ${res})')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue