]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/threads/mttest.c
Re-align some comments after running the reformat script.
[thirdparty/openssl.git] / crypto / threads / mttest.c
index 6f3a13cb330c7f6e6958b3da8eb20f01e34e3d46..eea89d5994eac6e3741c983394a94102d7bda0a0 100644 (file)
@@ -798,12 +798,12 @@ void solaris_locking_callback(int mode, int type, char *file, int line)
             (type & CRYPTO_READ) ? "r" : "w", file, line);
 # endif
 
-        /*-
-        if (CRYPTO_LOCK_SSL_CERT == type)
-        fprintf(stderr,"(t,m,f,l) %ld %d %s %d\n",
-                CRYPTO_thread_id(),
-                mode,file,line);
-        */
+       /*-
+       if (CRYPTO_LOCK_SSL_CERT == type)
+       fprintf(stderr,"(t,m,f,l) %ld %d %s %d\n",
+                       CRYPTO_thread_id(),
+                       mode,file,line);
+       */
     if (mode & CRYPTO_LOCK) {
         /*-
                 if (mode & CRYPTO_READ)