mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-31 08:28:40 +00:00
Fix linkname
This commit is contained in:
parent
e8a8465220
commit
3b8618b379
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue