summaryrefslogtreecommitdiff
path: root/include/git2/sys/openssl.h
Commit message (Collapse)AuthorAgeFilesLines
* Include git2/common.h in sys/openssl.h.David Calavera2015-01-021-1/+1
|
* Make the OpenSSL locking function warnings more severeCarlos Martín Nieto2014-12-121-0/+38
Our git_openssl_set_locking() would ideally not exist. Make it clearer that we provide it as a last resort and you should prefer anything else.