summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/c_all.c
diff options
context:
space:
mode:
authorderaadt <>2014-06-10 16:15:19 +0000
committerderaadt <>2014-06-10 16:15:19 +0000
commit7cff78e6d2f228bcb76663cf6ece9d865170ae8b (patch)
treee3fb959ef1d725df151d0687e2bad88e6cba120e /src/lib/libcrypto/evp/c_all.c
parent1f0ada29dbbd22c18c51187561c2eb01d2a776b2 (diff)
downloadopenbsd-7cff78e6d2f228bcb76663cf6ece9d865170ae8b.tar.gz
openbsd-7cff78e6d2f228bcb76663cf6ece9d865170ae8b.tar.bz2
openbsd-7cff78e6d2f228bcb76663cf6ece9d865170ae8b.zip
Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receives
collateral damage. The syncronous nature of this mechanism has hampered performance for symmetric crypto relative to brute-force cpu. The assymetric crypto support never really materialized in drivers. So abandon the complexity. ok tedu beck mikeb some disagrement from djm but if he wants to test /dev/crypto ciphers he should do it without this this gigantic API in the way
Diffstat (limited to 'src/lib/libcrypto/evp/c_all.c')
-rw-r--r--src/lib/libcrypto/evp/c_all.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/evp/c_all.c b/src/lib/libcrypto/evp/c_all.c
index 251a8797df..d87eef3fb9 100644
--- a/src/lib/libcrypto/evp/c_all.c
+++ b/src/lib/libcrypto/evp/c_all.c
@@ -73,9 +73,6 @@ OPENSSL_add_all_algorithms_noconf(void)
73 OPENSSL_cpuid_setup(); 73 OPENSSL_cpuid_setup();
74 OpenSSL_add_all_ciphers(); 74 OpenSSL_add_all_ciphers();
75 OpenSSL_add_all_digests(); 75 OpenSSL_add_all_digests();
76#ifndef OPENSSL_NO_ENGINE
77 ENGINE_setup_bsd_cryptodev();
78#endif
79} 76}
80 77
81void 78void