1
0
Fork 0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-07-11 04:24:15 +00:00

Fix errNoCertificates

This commit is contained in:
hmol233 2021-05-10 00:11:45 +08:00
parent 53b99efe78
commit 1f92b948c0
No known key found for this signature in database
GPG key ID: D617A9DAB0C992D5
4 changed files with 14 additions and 2 deletions
transport/internet/tls

View file

@ -0,0 +1,6 @@
package tls
import _ "unsafe"
//go:linkname errNoCertificates crypto/tls.errNoCertificates
var errNoCertificates error