diff options
author | jsing <> | 2015-02-10 11:45:09 +0000 |
---|---|---|
committer | jsing <> | 2015-02-10 11:45:09 +0000 |
commit | 3916ce5883a699ea542f26d548cde6c671e92add (patch) | |
tree | 36d8c426d50db13fd103cda705b80dbabb301181 /src/lib/libcrypto/evp/e_old.c | |
parent | 377dc8bee6f957bdd62fbe118154a641c70a0f05 (diff) | |
download | openbsd-3916ce5883a699ea542f26d548cde6c671e92add.tar.gz openbsd-3916ce5883a699ea542f26d548cde6c671e92add.tar.bz2 openbsd-3916ce5883a699ea542f26d548cde6c671e92add.zip |
unifdef OPENSSL_NO_RC5
Diffstat (limited to 'src/lib/libcrypto/evp/e_old.c')
-rw-r--r-- | src/lib/libcrypto/evp/e_old.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/lib/libcrypto/evp/e_old.c b/src/lib/libcrypto/evp/e_old.c index 235ebe242b..71166654b0 100644 --- a/src/lib/libcrypto/evp/e_old.c +++ b/src/lib/libcrypto/evp/e_old.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: e_old.c,v 1.7 2014/07/10 22:45:57 jsing Exp $ */ | 1 | /* $OpenBSD: e_old.c,v 1.8 2015/02/10 11:45:09 jsing Exp $ */ |
2 | /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL | 2 | /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL |
3 | * project 2004. | 3 | * project 2004. |
4 | */ | 4 | */ |
@@ -132,16 +132,6 @@ EVP_cast5_cfb(void) | |||
132 | } | 132 | } |
133 | #endif | 133 | #endif |
134 | 134 | ||
135 | #ifndef OPENSSL_NO_RC5 | ||
136 | #undef EVP_rc5_32_12_16_cfb | ||
137 | const EVP_CIPHER *EVP_rc5_32_12_16_cfb(void); | ||
138 | const EVP_CIPHER * | ||
139 | EVP_rc5_32_12_16_cfb(void) | ||
140 | { | ||
141 | return EVP_rc5_32_12_16_cfb64(); | ||
142 | } | ||
143 | #endif | ||
144 | |||
145 | #ifndef OPENSSL_NO_AES | 135 | #ifndef OPENSSL_NO_AES |
146 | #undef EVP_aes_128_cfb | 136 | #undef EVP_aes_128_cfb |
147 | const EVP_CIPHER *EVP_aes_128_cfb(void); | 137 | const EVP_CIPHER *EVP_aes_128_cfb(void); |