Re: const for BIO_new, BIO_set and BIO_{f,s}_*

2018-05-01 Thread Theo Buehler
On Mon, Apr 30, 2018 at 09:39:18PM +0200, Theo Buehler wrote: > Here is a straightforward diff that converts BIO_new(), BIO_set() and the > BIO_{f,s}_*() functions to match OpenSSL wrt const. This was part of a > larger diff that was run through a bulk by sthen and produced no fallout. > There

const for BIO_new, BIO_set and BIO_{f,s}_*

2018-04-30 Thread Theo Buehler
Here is a straightforward diff that converts BIO_new(), BIO_set() and the BIO_{f,s}_*() functions to match OpenSSL wrt const. This was part of a larger diff that was run through a bulk by sthen and produced no fallout. Three remarks: * Before BIO_set() was merged into BIO_new() and removed from