Skip to content

Commit 47f065a

Browse files
committed
autogenerate ntstatus_windows.go
1 parent fa74f14 commit 47f065a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/bcrypt/bcrypt_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
33

4-
//go:generate go run github.com/microsoft/go-crypto-winnative/cmd/mksyscall -output zsyscall_windows.go bcrypt_windows.go
4+
//go:generate go run github.com/microsoft/go-crypto-winnative/cmd/mksyscall -output zsyscall_windows.go bcrypt_windows.go ntstatus_windows.go
55

66
// Package bcrypt implements interop with bcrypt.dll, a component of Windows CNG.
77
// See https://learn.microsoft.com/en-us/windows/win32/api/bcrypt/

0 commit comments

Comments
 (0)