Changeset 73672 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Aug 14, 2018 6:40:01 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124347
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/iprt-openssl.h
r73665 r73672 40 40 41 41 DECLHIDDEN(int) rtCrKeyToOpenSslKey(RTCRKEY hKey, bool fNeedPublic, const char *pszAlgoObjId, 42 struct evp_pkey_st **ppEvpKey, const struct evp_md_st**ppEvpMdType, PRTERRINFO pErrInfo);42 void /*EVP_PKEY*/ **ppEvpKey, const void /*EVP_MD*/ **ppEvpMdType, PRTERRINFO pErrInfo); 43 43 44 44 RT_C_DECLS_END
Note:
See TracChangeset
for help on using the changeset viewer.