Module: wine Branch: master Commit: 9b1c28e84b65109805b0fa73029215a27414359c URL: https://source.winehq.org/git/wine.git/?a=commit;h=9b1c28e84b65109805b0fa730... Author: Santino Mazza <mazzasantino1206(a)gmail.com> Date: Thu Feb 17 11:06:30 2022 +0100 ncrypt: Set a couple of key properties. Signed-off-by: Santino Mazza <mazzasantino1206(a)gmail.com> Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ncrypt/main.c | 100 ++++++++++++++++++++++-------------------- dlls/ncrypt/ncrypt_internal.h | 1 + dlls/ncrypt/tests/ncrypt.c | 22 +++++++--- include/ncrypt.h | 34 ++++++++++++++ 4 files changed, 104 insertions(+), 53 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9b1c28e84b65109805b0f...