0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-12 11:29:36 +03:00

Fix errNoCertificates

This commit is contained in:
hmol233
2021-05-10 00:11:45 +08:00
parent 53b99efe78
commit 1f92b948c0
4 changed files with 14 additions and 2 deletions

View File

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