aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/version/wintrust/mksyscall.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-04-30 09:41:36 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-30 09:41:36 +0200
commita8cc9c4da5d42904037ebe40476c1816905b4556 (patch)
treed3a856a9a091733acf676287238643864a42606c /version/wintrust/mksyscall.go
parentui: allow update labels to wrap (diff)
downloadwireguard-windows-a8cc9c4da5d42904037ebe40476c1816905b4556.tar.xz
wireguard-windows-a8cc9c4da5d42904037ebe40476c1816905b4556.zip
version: add beginnings of authenticode checking
Diffstat (limited to 'version/wintrust/mksyscall.go')
-rw-r--r--version/wintrust/mksyscall.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/version/wintrust/mksyscall.go b/version/wintrust/mksyscall.go
new file mode 100644
index 00000000..0a5df80d
--- /dev/null
+++ b/version/wintrust/mksyscall.go
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: MIT
+ *
+ * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ */
+
+package wintrust
+
+//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go wintrust_windows.go