diff options
| author | Carlos Martín Nieto <cmn@dwim.me> | 2014-12-12 08:29:43 +0100 |
|---|---|---|
| committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-12-12 15:46:57 +0100 |
| commit | 263b1d6ed97d56608f9a358fa0bfe9e66c968f36 (patch) | |
| tree | 1a12b0651cb6b194b8cef8615054c24e0cfbf6a0 /src | |
| parent | 4eb97ef3bf18403fbce351ae4cac673655d2886a (diff) | |
| download | libgit2-263b1d6ed97d56608f9a358fa0bfe9e66c968f36.tar.gz | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/global.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/global.c b/src/global.c index b09e6df02..f79bfd353 100644 --- a/src/global.c +++ b/src/global.c @@ -8,7 +8,6 @@ #include "global.h" #include "hash.h" #include "sysdir.h" -#include "git2/threads.h" #include "git2/global.h" #include "thread-utils.h" |
