From 6d498d478e8606c1c71ab9a88a72403f3a32dd44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Tue, 9 Apr 2002 12:42:47 +0000 Subject: [PATCH] harmonize capitalization --- apps/smime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/smime.c b/apps/smime.c index 28a1106639..42451728db 100644 --- a/apps/smime.c +++ b/apps/smime.c @@ -505,9 +505,9 @@ int MAIN(int argc, char **argv) } else if(operation == SMIME_VERIFY) { STACK_OF(X509) *signers; if(PKCS7_verify(p7, other, store, indata, out, flags)) { - BIO_printf(bio_err, "Verification Successful\n"); + BIO_printf(bio_err, "Verification successful\n"); } else { - BIO_printf(bio_err, "Verification Failure\n"); + BIO_printf(bio_err, "Verification failure\n"); goto end; } signers = PKCS7_get0_signers(p7, other, flags); -- 2.25.1