Changeset 64883 in vbox for trunk/include/iprt/crypto
- Timestamp:
- Dec 15, 2016 3:26:20 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112290
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/crypto/pkcs7.h
r64865 r64883 225 225 * @returns Pointer to the signing time if found, NULL if not. 226 226 * @param pThis The SignerInfo to search. 227 * @param ppContentInfo 227 * @param ppContentInfoRet Where to return the pointer to the counter 228 228 * signature, optional. 229 229 */ 230 230 RTDECL(PCRTASN1TIME) RTCrPkcs7SignerInfo_GetMsTimestamp(PCRTCRPKCS7SIGNERINFO pThis, 231 struct RTCRPKCS7CONTENTINFO const **ppContentInfo );231 struct RTCRPKCS7CONTENTINFO const **ppContentInfoRet); 232 232 233 233
Note:
See TracChangeset
for help on using the changeset viewer.