summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAzat Khuzhin <a3at.mail@gmail.com>2016-11-01 17:35:35 +0300
committerMatt Caswell <matt@openssl.org>2016-12-12 17:37:36 +0000
commitc1b45e6c1ac1a5bff7b89f73bbcae59809f9b808 (patch)
tree72b18d86cfe258a8cc5a492ec4a696f9f8e1b1e2 /include
parent67cfe444620494647417b1e5a75f849531678df4 (diff)
Remove ENGINE_load_dasync() (no OPENSSL_INIT_ENGINE_DASYNC already)
Fixes: 8d00e30f96fb86b20bc992f626b188c3548fc58c ("Don't try to init dasync internally") Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> CLA: trivial (cherry picked from commit b9b5181dd2f52ff0560a33b116396cdae5e48048)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/engine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/engine.h b/include/openssl/engine.h
index 319371e425..26cf714843 100644
--- a/include/openssl/engine.h
+++ b/include/openssl/engine.h
@@ -334,8 +334,6 @@ ENGINE *ENGINE_by_id(const char *id);
OPENSSL_init_crypto(OPENSSL_INIT_ENGINE_PADLOCK, NULL)
# define ENGINE_load_capi() \
OPENSSL_init_crypto(OPENSSL_INIT_ENGINE_CAPI, NULL)
-# define ENGINE_load_dasync() \
- OPENSSL_init_crypto(OPENSSL_INIT_ENGINE_DASYNC, NULL)
# define ENGINE_load_afalg() \
OPENSSL_init_crypto(OPENSSL_INIT_ENGINE_AFALG, NULL)
# endif