VirtualBox

Changeset 74712 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 9, 2018 10:02:18 AM (6 years ago)
Author:
vboxsync
Message:

IPRT/crypto: 2nd attempt at dealing with system openssl where RC4_INT is defined as something other than "unsigned int" (which isn't available in include/iprt/crypto/rc4.h, so there's no other option than relaxing the compile time assertion) in these cases.

File:
1 edited

Legend:

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

    r74711 r74712  
    4040typedef union RTCRRC4KEY
    4141{
    42     uint64_t    au64Padding[(2 + 256) * sizeof(RC4_INT) / 8];
     42    uint64_t    au64Padding[(2 + 256) / 2];
    4343#ifdef HEADER_RC4_H
    4444    RC4_KEY     Ossl;
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