Correct typo.
[openssl.git] / apps / smime.c
index 0eee74077bb96fb9197cf52301075a63cca2ce0a..edc854e53b8394233f5887bfa6e4babe9c7b77a1 100644 (file)
@@ -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 err;
+                               goto end;
                        }
                         key = ENGINE_load_private_key(e, keyfile, passin);
                 } else {