Skip to content

Commit

Permalink
Fix legacy TPM2 path for Windows key creation and loading
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman committed Jun 27, 2023
1 parent 8df7c54 commit ce1f4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attest/tpm_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (
"io"
"math/big"

"github.com/google/go-tpm/legacy/tpm2"
tpm1 "github.com/google/go-tpm/tpm"
"github.com/google/go-tpm/tpm2"
tpmtbs "github.com/google/go-tpm/tpmutil/tbs"
"golang.org/x/sys/windows"
)
Expand Down

0 comments on commit ce1f4b5

Please sign in to comment.