Changeset 100531 in vbox for trunk/src/VBox/Runtime/common/crypto
- Timestamp:
- Jul 12, 2023 12:03:36 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/key-file.cpp
r100528 r100531 223 223 unsigned char *puchDecrypted = NULL; 224 224 puchDecrypted = PKCS12_pbe_crypt(pOsslAlgoRet, pszPassword, (int)strlen(pszPassword), 225 pEncryptedKey->EncryptedData.Asn1Core.uData.puch,225 (unsigned char *)pEncryptedKey->EncryptedData.Asn1Core.uData.puch, /* cast for v1.0.x */ 226 226 (int)pEncryptedKey->EncryptedData.Asn1Core.cb, 227 227 &puchDecrypted, &cbDecrypted, 0 /*en_de*/);
Note:
See TracChangeset
for help on using the changeset viewer.