Re: [openssl-dev] Typo in BUF_reverse manual

2016-12-13 Thread Dmitry Belyavsky
Sorry, my fault :(

On Tue, Dec 13, 2016 at 12:11 PM, Matt Caswell  wrote:

>
>
> On 12/12/16 18:11, Dmitry Belyavsky wrote:
> > Dear Matt,
> > Shouldn't the fix also be applied to 1.1.0 branch?
>
> Err, it was?
>
> Matt
>
> >
> > On Mon, Dec 12, 2016 at 3:44 PM, Dmitry Belyavsky  > > wrote:
> >
> > Hello Matt,
> >
> > https://github.com/openssl/openssl/pull/2075
> > 
> >
> > On Mon, Dec 12, 2016 at 3:17 PM, Matt Caswell  > > wrote:
> >
> > Could you open that as an issue in GitHub? Or even better a PR
> > to fix it ;-)
> >
> > Thanks
> >
> > Matt
> >
> >
> > On 12/12/16 12:16, Dmitry Belyavsky wrote:
> > > Hello!
> > >
> > > I found a typo in the BUF_reverse manual
> > >
> > (https://www.openssl.org/docs/man1.1.0/crypto/BUF_MEM_new_
> ex.html  >)
> > >
> > > The manual says:
> > >
> > > BUF_reverse() reverses size bytes at in into out. If out is
> > NULL, the
> > > array is reversed in-place.
> > >
> > > But in fact in-place reverse is done when the in ptr is NULL.
> > >
> > > Thank you!
> > >
> > > --
> > > SY, Dmitry Belyavsky
> > >
> > >
> > --
> > openssl-dev mailing list
> > To unsubscribe:
> > https://mta.openssl.org/mailman/listinfo/openssl-dev
> > 
> >
> >
> >
> >
> > --
> > SY, Dmitry Belyavsky
> >
> >
> >
> >
> > --
> > SY, Dmitry Belyavsky
> >
> >
> --
> openssl-dev mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
>



-- 
SY, Dmitry Belyavsky
-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


Re: [openssl-dev] Typo in BUF_reverse manual

2016-12-13 Thread Matt Caswell


On 12/12/16 18:11, Dmitry Belyavsky wrote:
> Dear Matt, 
> Shouldn't the fix also be applied to 1.1.0 branch?

Err, it was?

Matt

> 
> On Mon, Dec 12, 2016 at 3:44 PM, Dmitry Belyavsky  > wrote:
> 
> Hello Matt,
> 
> https://github.com/openssl/openssl/pull/2075
> 
> 
> On Mon, Dec 12, 2016 at 3:17 PM, Matt Caswell  > wrote:
> 
> Could you open that as an issue in GitHub? Or even better a PR
> to fix it ;-)
> 
> Thanks
> 
> Matt
> 
> 
> On 12/12/16 12:16, Dmitry Belyavsky wrote:
> > Hello!
> >
> > I found a typo in the BUF_reverse manual
> >
> (https://www.openssl.org/docs/man1.1.0/crypto/BUF_MEM_new_ex.html 
> )
> >
> > The manual says:
> >
> > BUF_reverse() reverses size bytes at in into out. If out is
> NULL, the
> > array is reversed in-place.
> >
> > But in fact in-place reverse is done when the in ptr is NULL.
> >
> > Thank you!
> >
> > --
> > SY, Dmitry Belyavsky
> >
> >
> --
> openssl-dev mailing list
> To unsubscribe:
> https://mta.openssl.org/mailman/listinfo/openssl-dev
> 
> 
> 
> 
> 
> -- 
> SY, Dmitry Belyavsky
> 
> 
> 
> 
> -- 
> SY, Dmitry Belyavsky
> 
> 
-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


Re: [openssl-dev] Typo in BUF_reverse manual

2016-12-12 Thread Dmitry Belyavsky
Dear Matt,
Shouldn't the fix also be applied to 1.1.0 branch?

On Mon, Dec 12, 2016 at 3:44 PM, Dmitry Belyavsky  wrote:

> Hello Matt,
>
> https://github.com/openssl/openssl/pull/2075
>
> On Mon, Dec 12, 2016 at 3:17 PM, Matt Caswell  wrote:
>
>> Could you open that as an issue in GitHub? Or even better a PR to fix it
>> ;-)
>>
>> Thanks
>>
>> Matt
>>
>>
>> On 12/12/16 12:16, Dmitry Belyavsky wrote:
>> > Hello!
>> >
>> > I found a typo in the BUF_reverse manual
>> > (https://www.openssl.org/docs/man1.1.0/crypto/BUF_MEM_new_ex.html)
>> >
>> > The manual says:
>> >
>> > BUF_reverse() reverses size bytes at in into out. If out is NULL, the
>> > array is reversed in-place.
>> >
>> > But in fact in-place reverse is done when the in ptr is NULL.
>> >
>> > Thank you!
>> >
>> > --
>> > SY, Dmitry Belyavsky
>> >
>> >
>> --
>> openssl-dev mailing list
>> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
>>
>
>
>
> --
> SY, Dmitry Belyavsky
>



-- 
SY, Dmitry Belyavsky
-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


Re: [openssl-dev] Typo in BUF_reverse manual

2016-12-12 Thread Dmitry Belyavsky
Hello Matt,

https://github.com/openssl/openssl/pull/2075

On Mon, Dec 12, 2016 at 3:17 PM, Matt Caswell  wrote:

> Could you open that as an issue in GitHub? Or even better a PR to fix it
> ;-)
>
> Thanks
>
> Matt
>
>
> On 12/12/16 12:16, Dmitry Belyavsky wrote:
> > Hello!
> >
> > I found a typo in the BUF_reverse manual
> > (https://www.openssl.org/docs/man1.1.0/crypto/BUF_MEM_new_ex.html)
> >
> > The manual says:
> >
> > BUF_reverse() reverses size bytes at in into out. If out is NULL, the
> > array is reversed in-place.
> >
> > But in fact in-place reverse is done when the in ptr is NULL.
> >
> > Thank you!
> >
> > --
> > SY, Dmitry Belyavsky
> >
> >
> --
> openssl-dev mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
>



-- 
SY, Dmitry Belyavsky
-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


Re: [openssl-dev] Typo in BUF_reverse manual

2016-12-12 Thread Matt Caswell
Could you open that as an issue in GitHub? Or even better a PR to fix it ;-)

Thanks

Matt


On 12/12/16 12:16, Dmitry Belyavsky wrote:
> Hello!
> 
> I found a typo in the BUF_reverse manual 
> (https://www.openssl.org/docs/man1.1.0/crypto/BUF_MEM_new_ex.html)
> 
> The manual says:
> 
> BUF_reverse() reverses size bytes at in into out. If out is NULL, the
> array is reversed in-place.
> 
> But in fact in-place reverse is done when the in ptr is NULL.
> 
> Thank you!
> 
> -- 
> SY, Dmitry Belyavsky
> 
> 
-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev