diff options
| author | jsing <> | 2015-02-10 11:45:09 +0000 |
|---|---|---|
| committer | jsing <> | 2015-02-10 11:45:09 +0000 |
| commit | 0e00b54259b72223c829e23953d3e6a04ac1b68e (patch) | |
| tree | 36d8c426d50db13fd103cda705b80dbabb301181 /src/lib/libcrypto/evp/e_old.c | |
| parent | f1d598735f0b0ffb1d0c0a4960577043026a928e (diff) | |
| download | openbsd-0e00b54259b72223c829e23953d3e6a04ac1b68e.tar.gz openbsd-0e00b54259b72223c829e23953d3e6a04ac1b68e.tar.bz2 openbsd-0e00b54259b72223c829e23953d3e6a04ac1b68e.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); |
