Restore changes accidentally reverted during reconciliation (#256)

This commit is contained in:
Brandon Weeks
2021-12-08 16:43:38 -08:00
committed by GitHub
parent f1f1b84491
commit 2f8dbfc94e
13 changed files with 120 additions and 16 deletions

View File

@ -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 (