From: Ulf Möller Date: Thu, 13 May 1999 17:25:05 +0000 (+0000) Subject: Cut&paste error. X-Git-Tag: OpenSSL_0_9_3beta1~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09feda5cec571d4ea5f2e6221df7ede9e87ac5ab;p=openssl Cut&paste error. --- diff --git a/apps/enc.c b/apps/enc.c index 35e33c70be..8dd243ee7e 100644 --- a/apps/enc.c +++ b/apps/enc.c @@ -276,13 +276,13 @@ bad: LN_bf_cfb64, LN_bf_ofb64); BIO_printf(bio_err," -%-4s (%s)\n","bf", LN_bf_cbc); #endif -#ifndef NO_BF +#ifndef NO_CAST BIO_printf(bio_err," -%-12s -%-12s -%-12s -%-12s", LN_cast5_ecb, LN_cast5_cbc, LN_cast5_cfb64, LN_cast5_ofb64); BIO_printf(bio_err," -%-4s (%s)\n","cast", LN_cast5_cbc); #endif -#ifndef NO_BF +#ifndef NO_RC5 BIO_printf(bio_err," -%-12s -%-12s -%-12s -%-12s", LN_rc5_ecb, LN_rc5_cbc, LN_rc5_cfb64, LN_rc5_ofb64);