Skip to content

Commit

Permalink
Merge pull request #74 from msanft/fix/macosdevice-typo
Browse files Browse the repository at this point in the history
client: fix Windows builds
  • Loading branch information
deeglaze authored Sep 4, 2023
2 parents 2f2e24f + 8169e67 commit 81d183f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ func (*WindowsDevice) Ioctl(_ uintptr, _ any) (uintptr, error) {
}

// Product is not supported on Windows.
func (*MacOSDevice) Product() *spb.SevProduct {
func (*WindowsDevice) Product() *spb.SevProduct {
return &spb.SevProduct{}
}

0 comments on commit 81d183f

Please sign in to comment.