[PATCH] crypt32: Store CRYPT_KEY_PROV_INFO in a platform independent way.

Alexandre Julliard julliard at winehq.org
Mon Jun 8 13:31:30 CDT 2020


Dmitry Timoshkov <dmitry at baikal.ru> writes:

> Dmitry Timoshkov <dmitry at baikal.ru> wrote:
>
>> This makes reading and writing of CRYPT_KEY_PROV_INFO certificate property
>> from/to the certificate storage independent from architecture the crypt32.dll
>> code being executed on.
>
> Is there anything that could be improved to make this patch accepted?

That data structure looks strange. Maybe you could explain why it needs
to use the 64-bit layout, and why you are achieving that with padding
instead of using 64-bit types?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list