Re: sprinkle some const over libssl

2018-04-25 Thread Brent Cook
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

sprinkle some const over libssl

2018-04-24 Thread Theo Buehler
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