harmonize capitalization
authorBodo Möller <bodo@openssl.org>
Tue, 9 Apr 2002 12:42:47 +0000 (12:42 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 9 Apr 2002 12:42:47 +0000 (12:42 +0000)
apps/smime.c

index 28a11066392d7ed0f0b9e19e554ed375768e2948..42451728db540c335681271e5c7776b6ec1da31e 100644 (file)
@@ -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);