Hans Leidekker hans@codeweavers.com writes:
Signed-off-by: Hans Leidekker hans@codeweavers.com
dlls/bcrypt/bcrypt_main.c | 130 +++++++++++++++++++++++++++------------------ dlls/bcrypt/tests/bcrypt.c | 31 ++++++++++- 2 files changed, 107 insertions(+), 54 deletions(-)
This doesn't build without gnutls:
../../../wine/dlls/bcrypt/bcrypt_main.c: In function ‘get_key_property’: ../../../wine/dlls/bcrypt/bcrypt_main.c:543:16: error: ‘const struct key’ has no member named ‘alg_id’ ../../../wine/dlls/bcrypt/bcrypt_main.c:547:37: error: ‘const struct key’ has no member named ‘u’ ../../../wine/dlls/bcrypt/bcrypt_main.c:550:49: error: ‘const struct key’ has no member named ‘alg_id’