Re: some const for libcrypto

2018-04-25 Thread Jeremie Courreges-Anglas
On Wed, Apr 25 2018, Theo Buehler wrote: > This is the second, larger part of the diff that was part of sthen's > i386 bulk and it had no fallout. It adds const like OpenSSL to most of > the public API exposed in asn1.h and needs some adjustments in internal > functions. I

Re: some const for libcrypto

2018-04-25 Thread Brent Cook
Looks good, ok bcook@ On Wed, Apr 25, 2018 at 3:22 AM, Theo Buehler wrote: > This is the second, larger part of the diff that was part of sthen's > i386 bulk and it had no fallout. It adds const like OpenSSL to most of > the public API exposed in asn1.h and needs some

some const for libcrypto

2018-04-25 Thread Theo Buehler
This is the second, larger part of the diff that was part of sthen's i386 bulk and it had no fallout. It adds const like OpenSSL to most of the public API exposed in asn1.h and needs some adjustments in internal functions. I deliberately left BIO_f_asn1() for later. Index: