Douglas Creager 3e0d64d075 BoringSSL: Work with stricter BIO_get_mem_data()
BoringSSL implements `BIO_get_mem_data` as a function, instead of a
macro, and expects the output pointer to be a `char **`.  We have to add
an explicit cast to grab the pointer as a `const char **`.

Closes #524
2015-11-10 22:34:07 +01:00
..
2015-07-01 19:43:47 +02:00
2015-10-20 07:57:24 +02:00
2015-07-01 19:43:47 +02:00
2015-09-17 08:54:04 +02:00
2015-06-17 00:17:03 -04:00
2015-10-20 07:57:24 +02:00