diff options
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
| -rw-r--r-- | src/lib/libcrypto/evp/evp.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index ba8440aad9..f43fe33b47 100644 --- a/src/lib/libcrypto/evp/evp.h +++ b/src/lib/libcrypto/evp/evp.h | |||
| @@ -723,15 +723,6 @@ const EVP_CIPHER *EVP_des_cbc(void); | |||
| 723 | const EVP_CIPHER *EVP_des_ede_cbc(void); | 723 | const EVP_CIPHER *EVP_des_ede_cbc(void); |
| 724 | const EVP_CIPHER *EVP_des_ede3_cbc(void); | 724 | const EVP_CIPHER *EVP_des_ede3_cbc(void); |
| 725 | const EVP_CIPHER *EVP_desx_cbc(void); | 725 | const EVP_CIPHER *EVP_desx_cbc(void); |
| 726 | /* This should now be supported through the dev_crypto ENGINE. But also, why are | ||
| 727 | * rc4 and md5 declarations made here inside a "NO_DES" precompiler branch? */ | ||
| 728 | #if 0 | ||
| 729 | # ifdef OPENSSL_OPENBSD_DEV_CRYPTO | ||
| 730 | const EVP_CIPHER *EVP_dev_crypto_des_ede3_cbc(void); | ||
| 731 | const EVP_CIPHER *EVP_dev_crypto_rc4(void); | ||
| 732 | const EVP_MD *EVP_dev_crypto_md5(void); | ||
| 733 | # endif | ||
| 734 | #endif | ||
| 735 | #endif | 726 | #endif |
| 736 | #ifndef OPENSSL_NO_RC4 | 727 | #ifndef OPENSSL_NO_RC4 |
| 737 | const EVP_CIPHER *EVP_rc4(void); | 728 | const EVP_CIPHER *EVP_rc4(void); |
