We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa74f14 commit 47f065aCopy full SHA for 47f065a
internal/bcrypt/bcrypt_windows.go
@@ -1,7 +1,7 @@
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT License.
3
4
-//go:generate go run github.com/microsoft/go-crypto-winnative/cmd/mksyscall -output zsyscall_windows.go bcrypt_windows.go
+//go:generate go run github.com/microsoft/go-crypto-winnative/cmd/mksyscall -output zsyscall_windows.go bcrypt_windows.go ntstatus_windows.go
5
6
// Package bcrypt implements interop with bcrypt.dll, a component of Windows CNG.
7
// See https://learn.microsoft.com/en-us/windows/win32/api/bcrypt/
0 commit comments