commit | 87a607a031cb42289d01768239d58abcb439b8ff | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Oct 14 13:44:09 2013 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Oct 14 13:44:09 2013 +0400 |
tree | b9fc6f97e7dd142f68ce1b31e815768f3308266e | |
parent | 5a63dcc5d7bde5be49952affec1eaa4aa9d2ceb8 [diff] |
SSL: fixed build with OpenSSL 0.9.7. SSL_get_rbio() and SSL_get_wbio() functions used to get non-const pointer in OpenSSL 0.9.7, hence an explicit cast added to drop const qualifier.