From: Bodo Möller Date: Tue, 9 Apr 2002 12:42:15 +0000 (+0000) Subject: harmonize capitalization X-Git-Tag: OpenSSL_0_9_7-beta1~115 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e1f43192799a4edfce9fda26397ce45c6282dd2d;p=oweals%2Fopenssl.git harmonize capitalization --- 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);