diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/evp/evp.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index 6de762a4ff..330e01e0e6 100644 --- a/src/lib/libcrypto/evp/evp.h +++ b/src/lib/libcrypto/evp/evp.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: evp.h,v 1.43 2015/02/10 09:52:35 miod Exp $ */ | 1 | /* $OpenBSD: evp.h,v 1.44 2015/02/10 11:45:09 jsing Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -746,13 +746,6 @@ const EVP_CIPHER *EVP_cast5_cfb64(void); | |||
| 746 | # define EVP_cast5_cfb EVP_cast5_cfb64 | 746 | # define EVP_cast5_cfb EVP_cast5_cfb64 |
| 747 | const EVP_CIPHER *EVP_cast5_ofb(void); | 747 | const EVP_CIPHER *EVP_cast5_ofb(void); |
| 748 | #endif | 748 | #endif |
| 749 | #ifndef OPENSSL_NO_RC5 | ||
| 750 | const EVP_CIPHER *EVP_rc5_32_12_16_cbc(void); | ||
| 751 | const EVP_CIPHER *EVP_rc5_32_12_16_ecb(void); | ||
| 752 | const EVP_CIPHER *EVP_rc5_32_12_16_cfb64(void); | ||
| 753 | # define EVP_rc5_32_12_16_cfb EVP_rc5_32_12_16_cfb64 | ||
| 754 | const EVP_CIPHER *EVP_rc5_32_12_16_ofb(void); | ||
| 755 | #endif | ||
| 756 | #ifndef OPENSSL_NO_AES | 749 | #ifndef OPENSSL_NO_AES |
| 757 | const EVP_CIPHER *EVP_aes_128_ecb(void); | 750 | const EVP_CIPHER *EVP_aes_128_ecb(void); |
| 758 | const EVP_CIPHER *EVP_aes_128_cbc(void); | 751 | const EVP_CIPHER *EVP_aes_128_cbc(void); |
