VirtualBox

Changeset 94721 in vbox for trunk/src


Ignore:
Timestamp:
Apr 27, 2022 1:11:10 PM (3 years ago)
Author:
vboxsync
Message:

Main: Implement loading and unloading of the cryptographic support module from the extension pack, bugref:9955 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r94720 r94721  
    61006100    if (m->hLdrModCrypto == NIL_RTLDRMOD)
    61016101    {
     6102#ifdef VBOX_WITH_EXTPACK
    61026103        /*
    61036104         * Check that a crypto extension pack name is set and resolve it into a
     
    61106111        if (strExtPack.isEmpty())
    61116112            return setError(VBOX_E_OBJECT_NOT_FOUND,
    6112                             tr("Ńo extension pack providing a crpytographic support module could be found"));
     6113                            tr("Ńo extension pack providing a cryptographic support module could be found"));
    61136114
    61146115        Utf8Str strCryptoLibrary;
     
    61456146                               tr("Couldn't resolve the library path of the crpytographic support module for extension pack '%s'"),
    61466147                               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
    61476152    }
    61486153
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette