mirror of
https://github.com/google/go-attestation.git
synced 2025-06-16 05:58:19 +00:00
Restore changes accidentally reverted during reconciliation (#256)
This commit is contained in:
@ -12,6 +12,11 @@
|
||||
// License for the specific language governing permissions and limitations under
|
||||
// the License.
|
||||
|
||||
//go:build (!localtest || !tpm12) && linux && cgo
|
||||
// +build !localtest !tpm12
|
||||
// +build linux
|
||||
// +build cgo
|
||||
|
||||
package attest
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user