Commit 2878ad08316155bfaf7b2d7b3204aece13c9936a

Edward Thomson 2018-10-29T08:59:33

streams: remove unused tls functions The implementations of git_openssl_stream_new and git_mbedtls_stream_new have callers protected by #ifdefs and are never called unless compiled in. There's no need for a dummy implementation. Remove them.