summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/tools/RTSignTool.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2022-07-13 20:35:28 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2022-07-13 20:35:28 +0000
commit848a01b4322a715c71e6beb7c3c792ff93ec8c42 (patch)
tree650de20b7dbb0a075318bb553396bf2b18bf96ca /src/VBox/Runtime/tools/RTSignTool.cpp
parentab194bdb2b7791376ce5601e961e7adc7f9879f6 (diff)
downloadVirtualBox-svn-848a01b4322a715c71e6beb7c3c792ff93ec8c42.tar.gz
RTSignTool: scm fix. bugref:8691
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@95626 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Runtime/tools/RTSignTool.cpp')
-rw-r--r--src/VBox/Runtime/tools/RTSignTool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Runtime/tools/RTSignTool.cpp b/src/VBox/Runtime/tools/RTSignTool.cpp
index 62fdb225b14..2c7748a93ae 100644
--- a/src/VBox/Runtime/tools/RTSignTool.cpp
+++ b/src/VBox/Runtime/tools/RTSignTool.cpp
@@ -1487,7 +1487,7 @@ static RTEXITCODE SignToolPkcs7_SignSpcIndData(SIGNTOOLPKCS7EXE *pThis, RTCRSPCI
SIGNTOOLPKCS7 Src = { NULL, 0, NULL };
PSIGNTOOLPKCS7 pSigDst = !pThis->pSignedData ? pThis : &Src;
rcExit = Pkcs7SignStuff("image", pvSpcEncoded, cbSpcEncoded, &AuthAttribs, hAddCerts, 0 /*fExtraFlags*/,
- RTDIGESTTYPE_SHA1 /** @todo*/, pSigningCertKey, cVerbosity,
+ RTDIGESTTYPE_SHA1 /** @todo */, pSigningCertKey, cVerbosity,
(void **)&pSigDst->pbBuf, &pSigDst->cbBuf, &pSigDst->ContentInfo, &pSigDst->pSignedData);
if (rcExit == RTEXITCODE_SUCCESS)
{