提交 fc237de7 编写于 作者: M Matt Caswell

Remove some #if 0'd out code

It was only a sanity check anyway, so isn't needed
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 0abcaddf
......@@ -58,12 +58,6 @@ struct PacketedBio {
};
PacketedBio *GetData(BIO *bio) {
#if 0
/* Missing accessor BIO_get_method()?? Disabled for now */
if (bio->method != &g_packeted_bio_method) {
return NULL;
}
#endif
return (PacketedBio *)BIO_get_data(bio);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册