Changeset 97168 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Oct 17, 2022 3:16:15 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154141
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r96407 r97168 6173 6173 hrc = m->pSystemProperties->getDefaultCryptoExtPack(strExtPack); 6174 6174 if (FAILED(hrc)) 6175 { 6176 RTCritSectLeave(&m->CritSectModCrypto); 6175 6177 return hrc; 6178 } 6176 6179 if (strExtPack.isEmpty()) 6180 { 6181 RTCritSectLeave(&m->CritSectModCrypto); 6177 6182 return setError(VBOX_E_OBJECT_NOT_FOUND, 6178 6183 tr("Ńo extension pack providing a cryptographic support module could be found")); 6184 } 6179 6185 6180 6186 Utf8Str strCryptoLibrary;
Note:
See TracChangeset
for help on using the changeset viewer.