• Show log

    Commit

  • Hash : 2878ad08
    Author : Edward Thomson
    Date : 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.