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:
9587460
)
Correct typo.
author
Richard Levitte
<levitte@openssl.org>
Wed, 11 Apr 2001 14:14:54 +0000
(14:14 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 11 Apr 2001 14:14:54 +0000
(14:14 +0000)
apps/smime.c
patch
|
blob
|
history
diff --git
a/apps/smime.c
b/apps/smime.c
index 0eee74077bb96fb9197cf52301075a63cca2ce0a..edc854e53b8394233f5887bfa6e4babe9c7b77a1 100644
(file)
--- a/
apps/smime.c
+++ b/
apps/smime.c
@@
-409,7
+409,7
@@
int MAIN(int argc, char **argv)
if (keyform == FORMAT_ENGINE) {
if (!e) {
BIO_printf(bio_err,"no engine specified\n");
- goto e
rr
;
+ goto e
nd
;
}
key = ENGINE_load_private_key(e, keyfile, passin);
} else {