diff options
author | Andre Heinecke <aheinecke@gnupg.org> | 2023-07-21 10:29:22 +0200 |
---|---|---|
committer | Andre Heinecke <aheinecke@gnupg.org> | 2023-07-21 10:29:22 +0200 |
commit | c68b70ce9d63221abfcaa9bb299c9f4556077006 (patch) | |
tree | d8b7485e1c88761c29f56a6676e8612891398186 /build-aux/speedo.mk | |
parent | dirmngr: Add doc for faked-system-time (diff) | |
download | gnupg2-c68b70ce9d63221abfcaa9bb299c9f4556077006.tar.xz gnupg2-c68b70ce9d63221abfcaa9bb299c9f4556077006.zip |
w32: Add keyboxd.exe to signed files
* build-aux/speedo.mk (AUTHENTICODE_FILES): Add keyboxd.exe
--
This should prevent that keyboxd.exe is blocked on systems that
only allow signed executables.
Diffstat (limited to 'build-aux/speedo.mk')
-rw-r--r-- | build-aux/speedo.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk index 170c20b79..7777411e2 100644 --- a/build-aux/speedo.mk +++ b/build-aux/speedo.mk @@ -282,6 +282,7 @@ AUTHENTICODE_FILES= \ gpgtar.exe \ gpgv.exe \ gpg-card.exe \ + keyboxd.exe \ libassuan-0.dll \ libgcrypt-20.dll \ libgpg-error-0.dll \ |