VirtualBox

Changeset 94673 in vbox


Ignore:
Timestamp:
Apr 21, 2022 5:10:52 PM (3 years ago)
Author:
vboxsync
Message:

include/VBox: Add cryptographic module interface for VM encryption (the module will be part of the extension pack), bugref:9955 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxCryptoIf.h

    r94672 r94673  
    3434
    3535/** An opaque VBox cryptographic context handle. */
    36 typedef VBOXCRYPTOCTXINT *VBOXCRYPTOCTX;
     36typedef struct VBOXCRYPTOCTXINT *VBOXCRYPTOCTX;
    3737/**Pointer to an opaque VBox cryptographic context handle. */
    3838typedef VBOXCRYPTOCTX *PVBOXCRYPTOCTX;
     
    104104     *                              Must be freed with RTMemFree() when not required anymore.
    105105     */
    106     DECLR3CALLBACKMEMBER(int, pfnCryptoCtxSave, (VBOXCRYPTOCTX hCryptoCtx, chara **ppszStoredCtx));
     106    DECLR3CALLBACKMEMBER(int, pfnCryptoCtxSave, (VBOXCRYPTOCTX hCryptoCtx, char **ppszStoredCtx));
    107107
    108108    /**
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