Changeset 73672 in vbox for trunk/src/VBox/Runtime/common/crypto/key-openssl.cpp
- Timestamp:
- Aug 14, 2018 6:40:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/key-openssl.cpp
r73665 r73672 61 61 */ 62 62 DECLHIDDEN(int) rtCrKeyToOpenSslKey(RTCRKEY hKey, bool fNeedPublic, const char *pszAlgoObjId, 63 EVP_PKEY **ppEvpKey, const EVP_MD**ppEvpMdType, PRTERRINFO pErrInfo)63 void /*EVP_PKEY*/ **ppEvpKey, const void /*EVP_MD*/ **ppEvpMdType, PRTERRINFO pErrInfo) 64 64 { 65 65 *ppEvpKey = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.