Imported Upstream version 7.53.1
[platform/upstream/curl.git] / docs / examples / opensslthreadlock.c
index eebc42e..6f86c7f 100644 (file)
@@ -52,7 +52,7 @@ void handle_error(const char *file, int lineno, const char *msg)
 /* This array will store all of the mutexes available to OpenSSL. */
 static MUTEX_TYPE *mutex_buf= NULL;
 
-static void locking_function(int mode, int n, const char * file, int line)
+static void locking_function(int mode, int n, const char *file, int line)
 {
   if(mode & CRYPTO_LOCK)
     MUTEX_LOCK(mutex_buf[n]);