Loading test/ossl_shim/async_bio.cc +0 −9 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
test/ossl_shim/async_bio.cc +0 −9 Original line number Diff line number Diff line Loading @@ -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); } Loading