• Show log

    Commit

  • Hash : 081e76ba
    Author : Carlos Martín Nieto
    Date : 2014-06-12T16:20:52

    ssl: init everything all the time
    
    Bring together all of the OpenSSL initialization to
    git_threads_init() so it's together and doesn't need locks.
    
    Moving it here also gives us libssh2 thread safety (when built against
    openssl).