diff options
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/speedo.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk index 00bfa1fcc..1453a6187 100644 --- a/build-aux/speedo.mk +++ b/build-aux/speedo.mk @@ -1448,7 +1448,7 @@ define AUTHENTICODE_sign scp "$(AUTHENTICODE_SIGNHOST):a.exe" $(2);\ echo "speedo: signed file is '$(2)'" ;\ elif [ "$(AUTHENTICODE_KEY)" = card ]; then \ - echo "speedo: Signing using a card";\ + echo "speedo: Signing using a card: '$(1)'";\ $(OSSLSIGNCODE) sign \ -pkcs11engine $(OSSLPKCS11ENGINE) \ -pkcs11module $(SCUTEMODULE) \ |