[3/8] bcrypt: Add a stub implementation of BCryptEncrypt.

Jacek Caban jacek at codeweavers.com
Tue Aug 15 09:07:02 CDT 2017


Hi Hans,

On 15.08.2017 14:51, Hans Leidekker wrote:
> diff --git a/dlls/bcrypt/bcrypt_main.c b/dlls/bcrypt/bcrypt_main.c
> index 3d70c15e7c..ccab676c1a 100644
> --- a/dlls/bcrypt/bcrypt_main.c
> +++ b/dlls/bcrypt/bcrypt_main.c
> @@ -515,7 +515,7 @@ NTSTATUS WINAPI BCryptGetProperty( BCRYPT_HANDLE handle, LPCWSTR prop, UCHAR *bu
>  NTSTATUS WINAPI BCryptSetProperty( BCRYPT_HANDLE handle, const WCHAR *prop, UCHAR *value, ULONG size, ULONG flags )
>  {
>      FIXME( "%p, %s, %p, %u, %08x\n", handle, debugstr_w(prop), value, size, flags );
> -    return STATUS_SUCCESS;
> +    return STATUS_NOT_IMPLEMENTED;


I think this part was meant to be in patch 2/8.


Thanks,

Jacek




More information about the wine-devel mailing list