summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp.h
diff options
context:
space:
mode:
authormiod <>2014-04-14 18:07:45 +0000
committermiod <>2014-04-14 18:07:45 +0000
commit16a4829e91065f0fbd71847c92d0eb395040ed4d (patch)
treef8a4f9715575e732f9e4e676220a48394953bd37 /src/lib/libcrypto/evp/evp.h
parentfbbc137e481f092be7bdc3fedb505f5c2d89eba0 (diff)
downloadopenbsd-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.h9
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);
723const EVP_CIPHER *EVP_des_ede_cbc(void); 723const EVP_CIPHER *EVP_des_ede_cbc(void);
724const EVP_CIPHER *EVP_des_ede3_cbc(void); 724const EVP_CIPHER *EVP_des_ede3_cbc(void);
725const EVP_CIPHER *EVP_desx_cbc(void); 725const 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
730const EVP_CIPHER *EVP_dev_crypto_des_ede3_cbc(void);
731const EVP_CIPHER *EVP_dev_crypto_rc4(void);
732const 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
737const EVP_CIPHER *EVP_rc4(void); 728const EVP_CIPHER *EVP_rc4(void);