]> git.proxmox.com Git - libgit2.git/commit - THREADING.md
Make the OpenSSL locking function warnings more severe
authorCarlos Martín Nieto <cmn@dwim.me>
Fri, 12 Dec 2014 07:29:43 +0000 (08:29 +0100)
committerCarlos Martín Nieto <cmn@dwim.me>
Fri, 12 Dec 2014 14:46:57 +0000 (15:46 +0100)
commit263b1d6ed97d56608f9a358fa0bfe9e66c968f36
tree1a12b0651cb6b194b8cef8615054c24e0cfbf6a0
parent4eb97ef3bf18403fbce351ae4cac673655d2886a
Make the OpenSSL locking function warnings more severe

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.
THREADING.md
include/git2.h
include/git2/sys/openssl.h [new file with mode: 0644]
include/git2/threads.h [deleted file]
src/global.c