On Mon, 2018-03-19 at 03:47 +0000, Alistair Leslie-Hughes wrote:
From: Michael Müller michael@fds-team.de
Signed-off-by: Alistair Leslie-Hughes leslie_alistair@hotmail.com
dlls/bcrypt/bcrypt_main.c | 64 ++++++++++++++++++++++++++++++++++++++++++++-- dlls/bcrypt/tests/bcrypt.c | 17 +++++++++--- 2 files changed, 76 insertions(+), 5 deletions(-)
I get a warning:
bcrypt.c: In function ‘test_aes’: bcrypt.c:486:99: warning: passing argument 1 of ‘wine_dbgstr_w’ from incompatible pointer type [-Wincompatible-pointer-types] todo_wine ok(!lstrcmpW((const WCHAR *)mode, BCRYPT_CHAIN_MODE_GCM), "got %s\n", wine_dbgstr_w(mode));