mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
This reverts commit 79cd6047dc.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
//go:build boringcrypto
|
||||
|
||||
package buildinfo
|
||||
|
||||
import "crypto/boring"
|
||||
|
||||
var boringcrypto = boring.Enabled()
|
||||
@@ -87,10 +87,6 @@ func IsAGPL() bool {
|
||||
return strings.Contains(agpl, "t")
|
||||
}
|
||||
|
||||
func IsBoringCrypto() bool {
|
||||
return boringcrypto
|
||||
}
|
||||
|
||||
// ExternalURL returns a URL referencing the current Coder version.
|
||||
// For production builds, this will link directly to a release.
|
||||
// For development builds, this will link to a commit.
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
//go:build !boringcrypto
|
||||
|
||||
package buildinfo
|
||||
|
||||
var boringcrypto = false
|
||||
Reference in New Issue
Block a user