OpenSSL: Final round of const correctness

I'm happy with the state of this backend now.
I don't anticipate making any further changes.
This commit is contained in:
Aaron Jones 2016-09-15 20:14:01 +00:00
parent 5feb292aa9
commit 92c04c6b9d
No known key found for this signature in database
GPG key ID: EC6F86EE9CD840B5

View file

@ -181,7 +181,7 @@ rb_ssl_tryconn_cb(rb_fde_t *const F, void *const data)
}
static const char *
rb_ssl_strerror(unsigned long err)
rb_ssl_strerror(const unsigned long err)
{
static char errbuf[512];