[PATCH 2/2] secur32: Implement SECPKG_ATTR_CIPHER_INFO.

Hans Leidekker hans at codeweavers.com
Tue Jun 21 05:50:01 CDT 2022


On Tue, 2022-06-21 at 13:16 +0300, Dmitry Timoshkov wrote:
> Hans Leidekker <wine at gitlab.winehq.org> wrote:
> > +static NTSTATUS wow64_schan_get_cipher_info( void *args )
> > +{
> > +    struct
> > +    {
> > +        schan_session session;
> > +        PTR32 info;
> > +    } const *params32 = args;
> > +    struct get_cipher_info_params params =
> > +    {
> > +        params32->session,
> > +        ULongToPtr(params32->info),
> > +    };
> > +    return schan_get_connection_info(&params);
> > +}
> 
> Probably it should forward to schan_get_cipher_info().

Thanks, I pushed a fix.





More information about the wine-devel mailing list