From 263b1d6ed97d56608f9a358fa0bfe9e66c968f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Fri, 12 Dec 2014 08:29:43 +0100 Subject: 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. --- src/global.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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" -- cgit v1.2.1