diff options
Diffstat (limited to 'src/ssl_openssl.cc')
| -rw-r--r-- | src/ssl_openssl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssl_openssl.cc b/src/ssl_openssl.cc index de27dd4..437d05b 100644 --- a/src/ssl_openssl.cc +++ b/src/ssl_openssl.cc @@ -30,7 +30,7 @@ BIO_METHOD* BIO_meth_new(int type, const char* name) { memset(bm, 0, sizeof(BIO_METHOD)); bm->type = type; bm->name = name; - return ret; + return bm; } void BIO_meth_free(BIO_METHOD* bm) { |
