summaryrefslogtreecommitdiffstats
path: root/src/openssl-thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openssl-thread.c')
-rw-r--r--src/openssl-thread.c2
1 files changed, 1 insertions, 1 deletions
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) {