projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39ee29b
)
harmonize capitalization
author
Bodo Möller
<bodo@openssl.org>
Tue, 9 Apr 2002 12:43:18 +0000
(12:43 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 9 Apr 2002 12:43:18 +0000
(12:43 +0000)
apps/smime.c
patch
|
blob
|
history
diff --git
a/apps/smime.c
b/apps/smime.c
index 564331b1b7b67e4c4cea405aed66a00bf3e1506e..83f9371a5826ecda5fb8710c00f17dc408ab984b 100644
(file)
--- a/
apps/smime.c
+++ b/
apps/smime.c
@@
-454,9
+454,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
S
uccessful\n");
+ BIO_printf(bio_err, "Verification
s
uccessful\n");
} else {
- BIO_printf(bio_err, "Verification
F
ailure\n");
+ BIO_printf(bio_err, "Verification
f
ailure\n");
goto end;
}
signers = PKCS7_get0_signers(p7, other, flags);