Nice to see the "const unsigned char *p = d;" hackery going away. ok bcook@
On Tue, Apr 24, 2018 at 2:50 PM, Theo Buehler wrote:
> OpenSSL started adding const to functions all over the place. The patch
> below makes all our libssl functions match theirs wrt const, except for
> BIO_f_ssl(3). I p
OpenSSL started adding const to functions all over the place. The patch
below makes all our libssl functions match theirs wrt const, except for
BIO_f_ssl(3). I plan to do this one in a later step as a reacharound
into libcrypto would about double the size of the diff.
This diff was put through an