Changeset 84230 in vbox for trunk/src/VBox/Runtime/common/crypto/pkix-sign.cpp
- Timestamp:
- May 10, 2020 12:52:05 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/pkix-sign.cpp
r82968 r84230 155 155 EVP_PKEY *pEvpPrivateKey = NULL; 156 156 const EVP_MD *pEvpMdType = NULL; 157 int rcOssl = rtCrKeyToOpenSslKey (hPrivateKey, false /*fNeedPublic*/, pszAlgObjId,158 (void **)&pEvpPrivateKey, (const void **)&pEvpMdType, pErrInfo);157 int rcOssl = rtCrKeyToOpenSslKeyEx(hPrivateKey, false /*fNeedPublic*/, pszAlgObjId, 158 (void **)&pEvpPrivateKey, (const void **)&pEvpMdType, pErrInfo); 159 159 if (RT_SUCCESS(rcOssl)) 160 160 {
Note:
See TracChangeset
for help on using the changeset viewer.