*/
| 298 | /** |
| 299 | */ |
| 300 | inline void ev_pkey_deletor(EVP_PKEY* ptr) |
| 301 | { |
| 302 | if (ptr) EVP_PKEY_free(ptr); |
| 303 | } |
| 304 | |
| 305 | /// Useful typedefs |
| 306 | using bio_deletor_t = decltype(&bio_deletor); |
nothing calls this directly
no outgoing calls
no test coverage detected