6 lines
83 B
Go
6 lines
83 B
Go
//go:build !goexperiment.systemcrypto
|
|
|
|
package backend
|
|
|
|
var OpensslEnabled = false
|