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 tls
import _ "unsafe"
//go:linkname errNoCertificates crypto/tls.errNoCertificates
var errNoCertificates error