From: Richard Levitte Date: Wed, 11 Apr 2001 14:14:54 +0000 (+0000) Subject: Correct typo. X-Git-Tag: OpenSSL_0_9_6c~182^2~258 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9237ba8b6661f589960e4faa3bfe9ce80aaaf0ee;p=oweals%2Fopenssl.git Correct typo. --- diff --git a/apps/smime.c b/apps/smime.c index 0eee74077b..edc854e53b 100644 --- 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 err; + goto end; } key = ENGINE_load_private_key(e, keyfile, passin); } else {