From 71fa451343f97b3624374ed1359adc23fba5696e Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 3 Jun 2012 22:00:21 +0000 Subject: Version skew reduction: trivia (I hope). --- apps/verify.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/verify.c') diff --git a/apps/verify.c b/apps/verify.c index 4fd6b192e3..8f897cf485 100644 --- a/apps/verify.c +++ b/apps/verify.c @@ -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"); -- cgit v1.2.3