mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-30 09:10:12 +00:00
TUN-6637: Upgrade go version and quic-go
This commit is contained in:
12
vendor/github.com/marten-seemann/qtls-go1-19/cpu_other.go
generated
vendored
Normal file
12
vendor/github.com/marten-seemann/qtls-go1-19/cpu_other.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
//go:build js
|
||||
// +build js
|
||||
|
||||
package qtls
|
||||
|
||||
var (
|
||||
hasGCMAsmAMD64 = false
|
||||
hasGCMAsmARM64 = false
|
||||
hasGCMAsmS390X = false
|
||||
|
||||
hasAESGCMHardwareSupport = false
|
||||
)
|
Reference in New Issue
Block a user