mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-05 06:33:02 +00:00
7 lines
121 B
Go
7 lines
121 B
Go
package tls
|
|
|
|
import _ "unsafe"
|
|
|
|
//go:linkname errNoCertificates crypto/tls.errNoCertificates
|
|
var errNoCertificates error
|