• Show log

    Commit

  • Hash : e6b0ae7a
    Author : Carlos Martín Nieto
    Date : 2014-06-30T09:19:05

    ssl: init only once without threads The OpenSSL library-loading functions do not expect to be called multiple times. Add a flag in the non-threaded libgit2 init so we only call once. This fixes #2446.