- Timestamp:
- Apr 27, 2022 1:11:10 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r94720 r94721 6100 6100 if (m->hLdrModCrypto == NIL_RTLDRMOD) 6101 6101 { 6102 #ifdef VBOX_WITH_EXTPACK 6102 6103 /* 6103 6104 * Check that a crypto extension pack name is set and resolve it into a … … 6110 6111 if (strExtPack.isEmpty()) 6111 6112 return setError(VBOX_E_OBJECT_NOT_FOUND, 6112 tr("Ńo extension pack providing a cr pytographic support module could be found"));6113 tr("Ńo extension pack providing a cryptographic support module could be found")); 6113 6114 6114 6115 Utf8Str strCryptoLibrary; … … 6145 6146 tr("Couldn't resolve the library path of the crpytographic support module for extension pack '%s'"), 6146 6147 strExtPack.c_str()); 6148 #else 6149 hrc = setError(VBOX_E_NOT_SUPPORTED, 6150 tr("The cryptographic support module is not supported in this build because extension packs are not supported")); 6151 #endif 6147 6152 } 6148 6153
Note:
See TracChangeset
for help on using the changeset viewer.