X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fc_all.c;h=278e9e4dcf19e2c9e7f8711d3dd901363a281a41;hp=b48563e3c06be46a99283cec242eae3b174774a3;hb=e5f3045fbf6394f2f587d1312cf3525da04d3032;hpb=ec577822f95a8bca0023c5c77cef1a4916822d4a diff --git a/crypto/evp/c_all.c b/crypto/evp/c_all.c index b48563e3c0..278e9e4dcf 100644 --- a/crypto/evp/c_all.c +++ b/crypto/evp/c_all.c @@ -121,7 +121,7 @@ void SSLeay_add_all_ciphers(void) EVP_add_cipher_alias(SN_rc2_cbc,"rc2"); #endif -#ifndef NO_BLOWFISH +#ifndef NO_BF EVP_add_cipher(EVP_bf_ecb()); EVP_add_cipher(EVP_bf_cfb()); EVP_add_cipher(EVP_bf_ofb()); @@ -169,7 +169,7 @@ void SSLeay_add_all_digests(void) EVP_add_digest(EVP_dss()); #endif #endif -#ifndef NO_SHA1 +#ifndef NO_SHA EVP_add_digest(EVP_sha1()); EVP_add_digest_alias(SN_sha1,"ssl3-sha1"); EVP_add_digest_alias(SN_sha1WithRSAEncryption,SN_sha1WithRSA); @@ -183,7 +183,7 @@ void SSLeay_add_all_digests(void) #if !defined(NO_MDC2) && !defined(NO_DES) EVP_add_digest(EVP_mdc2()); #endif -#ifndef NO_RMD160 +#ifndef NO_RIPEMD EVP_add_digest(EVP_ripemd160()); EVP_add_digest_alias(SN_ripemd160,"ripemd"); EVP_add_digest_alias(SN_ripemd160,"rmd160");