VirtualBox

Changeset 61891 in vbox for trunk/include/iprt/crypto


Ignore:
Timestamp:
Jun 27, 2016 10:55:28 AM (9 years ago)
Author:
vboxsync
Message:

Runtime/crypto: some fixes for OpenSSL 1.1, work in progress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/crypto/digest.h

    r59689 r61891  
    6161
    6262    /**
     63     * Allocates the digest data.
     64     */
     65    DECLCALLBACKMEMBER(void *, pfnNew)(void);
     66   
     67    /**
     68     * Frees the digest data.
     69     *
     70     * @param   pvState     The opaque message digest state.
     71     */
     72    DECLCALLBACKMEMBER(void, pfnFree)(void *pvState);
     73
     74    /**
    6375     * Updates the digest with more data.
    6476     *
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