mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-22 20:59:19 +02:00
Fix linkname
This commit is contained in:
parent
e8a8465220
commit
3b8618b379
|
@ -2,5 +2,5 @@ package xtls
|
||||||
|
|
||||||
import _ "unsafe"
|
import _ "unsafe"
|
||||||
|
|
||||||
//go:linkname errNoCertificates crypto/tls.errNoCertificates
|
//go:linkname errNoCertificates github.com/xtls/go.errNoCertificates
|
||||||
var errNoCertificates error
|
var errNoCertificates error
|
||||||
|
|
Loading…
Reference in New Issue