| 50 | } |
| 51 | |
| 52 | int Destroy(BIO* bio) noexcept { |
| 53 | BIO_set_data(bio, nullptr); |
| 54 | BIO_set_init(bio, 0); |
| 55 | return 1; |
| 56 | } |
| 57 | |
| 58 | NOpenSSL::TBioMethod* Method() { |
| 59 | return SingletonWithPriority<NOpenSSL::TBioMethod, 32768>( |
no outgoing calls
no test coverage detected