Hi Santino,
Signed-off-by: Santino Mazza mazzasantino1206@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.