Version skew reduction: trivia (I hope).
[openssl.git] / apps / verify.c
index 4fd6b192e34d6c1a983c0d38d415452e8aa93459..8f897cf48563ff74fc4874d1db3266d55001ef08 100644 (file)
@@ -241,8 +241,8 @@ end:
                        X509_PURPOSE *ptmp;
                        ptmp = X509_PURPOSE_get0(i);
                        BIO_printf(bio_err, "\t%-10s\t%s\n",
-                                       X509_PURPOSE_get0_sname(ptmp),
-                                       X509_PURPOSE_get0_name(ptmp));
+                                  X509_PURPOSE_get0_sname(ptmp),
+                                  X509_PURPOSE_get0_name(ptmp));
                        }
 
                BIO_printf(bio_err,"recognized verify names:\n");