X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Fenc.c;h=8dd243ee7eb2c39a2de03e1b6d1d7d4c59b55862;hb=da70ff710c712645cddbb7505491a5786abca0b9;hp=35e33c70be29f4ba0edd0dd6d3ac09666a178ba6;hpb=b5929507e3aa8f359f272148609348d1f2433bf7;p=oweals%2Fopenssl.git 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);