Skip to content
Permalink
Browse files
MDEV-30457 Windows, signtool error "No file digest algorithm specified."
Add /fd parameter. It is now mandatory for the recent versions of
signtool
  • Loading branch information
vaintroub committed Jan 24, 2023
1 parent 7fe9324 commit 2279ddd
Showing 1 changed file with 1 addition and 1 deletion.
@@ -182,7 +182,7 @@ IF(WIN32)
MARK_AS_ADVANCED(SIGNCODE)
IF(SIGNCODE)
SET(SIGNTOOL_PARAMETERS
/a /t http://timestamp.globalsign.com/?signature=sha2
/a /fd SHA256 /t http://timestamp.globalsign.com/?signature=sha2
CACHE STRING "parameters for signtool (list)")
IF(NOT SIGNTOOL_EXECUTABLE)
FILE(GLOB path_list

0 comments on commit 2279ddd

Please sign in to comment.