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:
d0561b5
)
harmonize capitalization
author
Bodo Möller
<bodo@openssl.org>
Tue, 9 Apr 2002 12:42:47 +0000
(12:42 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 9 Apr 2002 12:42:47 +0000
(12:42 +0000)
apps/smime.c
patch
|
blob
|
history
diff --git
a/apps/smime.c
b/apps/smime.c
index 28a11066392d7ed0f0b9e19e554ed375768e2948..42451728db540c335681271e5c7776b6ec1da31e 100644
(file)
--- 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
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);