[PATCH v2 03/10] ncrypt: Implement NCryptImportKey function.

Hans Leidekker hans at codeweavers.com
Tue Feb 15 05:42:33 CST 2022


Hi Santino,
> Signed-off-by: Santino Mazza <mazzasantino1206 at gmail.com>
> ---
>  dlls/ncrypt/Makefile.in               |   3 +-
>  dlls/ncrypt/ncrypt_internal.c         |  43 +++++++++++
>  dlls/ncrypt/ncrypt_internal.h         |  95 +++++++++++++++++++++++
>  dlls/ncrypt/{main.c => ncrypt_main.c} | 104 +++++++++++++++++++++++---
>  dlls/ncrypt/tests/ncrypt.c            |   2 -

There's no need to rename main.c or to put helpers in a seperate file at this
stage. You should reorder your patches so that NCryptOpenStorageProvider()
returns a valid pointer before you implement NCryptImportKey().

Please also send at most 5 patches at a time.





More information about the wine-devel mailing list