[PATCH] bcrypt: Support retrieving properties from key handles.

Alexandre Julliard julliard at winehq.org
Mon Dec 3 09:45:50 CST 2018


Hans Leidekker <hans at codeweavers.com> writes:

> Signed-off-by: Hans Leidekker <hans at 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’

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list