Changeset 84232 in vbox for trunk/src/VBox/Runtime/common/crypto
- Timestamp:
- May 10, 2020 12:55:14 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137840
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/pkcs7-sign.cpp
r84230 r84232 180 180 return rc; 181 181 #else 182 RT_NOREF(fFlags, pSigner, hPrivateKey, pvData, cbData, hAdditionalCerts, pvResult, pErrInfo );182 RT_NOREF(fFlags, pSigner, hPrivateKey, pvData, cbData, hAdditionalCerts, pvResult, pErrInfo, cbResultBuf); 183 183 *pcbResult = 0; 184 184 return VERR_NOT_IMPLEMENTED;
Note:
See TracChangeset
for help on using the changeset viewer.