X-Git-Url: https://git.tokkee.org/?p=fusedav.git;a=blobdiff_plain;f=src%2Fopenssl-thread.c;h=9c0af73d07d86190b90e2c963ab3ef914534d57c;hp=e7affe870a1e1f1b6585cc30d3db3c5c833303e5;hb=0c818c9938840a887432a1f6bb4150171865c7c9;hpb=30d538a07ca018d1f39ca95be5d802c7194fb86d diff --git a/src/openssl-thread.c b/src/openssl-thread.c index e7affe8..9c0af73 100644 --- a/src/openssl-thread.c +++ b/src/openssl-thread.c @@ -38,7 +38,7 @@ static void pthreads_locking_callback(int mode, int n, __unused const char *file } static unsigned long pthreads_thread_id(void) { - return (unsigned long)pthread_self(); + return (unsigned long) pthread_self(); } void openssl_thread_setup(void) {