mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-08-23 01:56:48 +08:00
Fix errNoCertificates
This commit is contained in:
6
transport/internet/tls/unsafe.go
Normal file
6
transport/internet/tls/unsafe.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package tls
|
||||
|
||||
import _ "unsafe"
|
||||
|
||||
//go:linkname errNoCertificates crypto/tls.errNoCertificates
|
||||
var errNoCertificates error
|
Reference in New Issue
Block a user