提交 2fd0dfd9 编写于 作者: M Matt Caswell

Remove some #if 0'd out code

It was just a sanity check and isn't needed
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 da88e88a
......@@ -31,15 +31,6 @@ struct AsyncBio {
};
AsyncBio *GetData(BIO *bio) {
/*
* TODO: Missing accessor? This probably needs a BIO_get_method() in OpenSSL
* For now skip this check
*/
#if 0
if (bio->method != &g_async_bio_method) {
return NULL;
}
#endif
return (AsyncBio *)BIO_get_data(bio);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册