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:
parent
5feb292aa9
commit
92c04c6b9d
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ rb_ssl_tryconn_cb(rb_fde_t *const F, void *const data)
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char *
|
static const char *
|
||||||
rb_ssl_strerror(unsigned long err)
|
rb_ssl_strerror(const unsigned long err)
|
||||||
{
|
{
|
||||||
static char errbuf[512];
|
static char errbuf[512];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue