From 30d538a07ca018d1f39ca95be5d802c7194fb86d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 1 Mar 2006 00:46:23 +0000 Subject: * update for current FUSE and current NEON * assorted other updates git-svn-id: file:///home/lennart/svn/public/fusedav/trunk@10 e35a362c-bbd6-0310-a59f-a4efcb1729c4 --- src/openssl-thread.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/openssl-thread.c') diff --git a/src/openssl-thread.c b/src/openssl-thread.c index c28ebfe..e7affe8 100644 --- a/src/openssl-thread.c +++ b/src/openssl-thread.c @@ -25,9 +25,12 @@ #include #include +#include "fusedav.h" +#include "openssl-thread.h" + static pthread_mutex_t *mutexes; -static void pthreads_locking_callback(int mode, int n, const char *file, int line) { +static void pthreads_locking_callback(int mode, int n, __unused const char *file, __unused int line) { if (mode & CRYPTO_LOCK) pthread_mutex_lock(mutexes+n); else -- cgit