diff options
author | miod <> | 2014-04-14 18:07:45 +0000 |
---|---|---|
committer | miod <> | 2014-04-14 18:07:45 +0000 |
commit | 16a4829e91065f0fbd71847c92d0eb395040ed4d (patch) | |
tree | f8a4f9715575e732f9e4e676220a48394953bd37 /src/lib/libcrypto/evp/evp.h | |
parent | fbbc137e481f092be7bdc3fedb505f5c2d89eba0 (diff) | |
download | openbsd-16a4829e91065f0fbd71847c92d0eb395040ed4d.tar.gz openbsd-16a4829e91065f0fbd71847c92d0eb395040ed4d.tar.bz2 openbsd-16a4829e91065f0fbd71847c92d0eb395040ed4d.zip |
unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was the
early attempt at getting kernel-assisted crypto(4) used by libcrypto, before
the engine API existed, and has been #if 0'd out for ages anyway.
No API/ABI change.
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); |