Changeset 57757 in vbox for trunk/include/iprt/crypto
- Timestamp:
- Sep 15, 2015 12:10:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/crypto/digest.h
r56291 r57757 146 146 * algortihms are available if not specified. 147 147 */ 148 RTDECL(PCRTCRDIGESTDESC) RTCrDigestFindByObjIdString(const char *pszObjId, void * ppvOpaque);148 RTDECL(PCRTCRDIGESTDESC) RTCrDigestFindByObjIdString(const char *pszObjId, void **ppvOpaque); 149 149 150 150 /** … … 160 160 * algortihms are available if not specified. 161 161 */ 162 RTDECL(PCRTCRDIGESTDESC) RTCrDigestFindByObjId(PCRTASN1OBJID pObjId, void * ppvOpaque);162 RTDECL(PCRTCRDIGESTDESC) RTCrDigestFindByObjId(PCRTASN1OBJID pObjId, void **ppvOpaque); 163 163 164 164 RTDECL(PCRTCRDIGESTDESC) RTCrDigestFindByType(RTDIGESTTYPE enmDigestType);
Note:
See TracChangeset
for help on using the changeset viewer.