RT4660: BIO_METHODs should be const.
authorDavid Benjamin <davidben@google.com>
Sat, 19 Mar 2016 16:32:14 +0000 (12:32 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 21 Mar 2016 20:49:10 +0000 (16:49 -0400)
BIO_new, etc., don't need a non-const BIO_METHOD. This allows all the
built-in method tables to live in .rodata.

Reviewed-by: Richard Levitte <levitte@openssl.org>

No differences found