提交 9237ba8b 编写于 作者: R Richard Levitte

Correct typo.

上级 95874603
...@@ -409,7 +409,7 @@ int MAIN(int argc, char **argv) ...@@ -409,7 +409,7 @@ int MAIN(int argc, char **argv)
if (keyform == FORMAT_ENGINE) { if (keyform == FORMAT_ENGINE) {
if (!e) { if (!e) {
BIO_printf(bio_err,"no engine specified\n"); BIO_printf(bio_err,"no engine specified\n");
goto err; goto end;
} }
key = ENGINE_load_private_key(e, keyfile, passin); key = ENGINE_load_private_key(e, keyfile, passin);
} else { } else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册