[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Matt Caswell
matt at openssl.org
Mon Dec 12 17:39:46 UTC 2016
The branch OpenSSL_1_1_0-stable has been updated
via c1b45e6c1ac1a5bff7b89f73bbcae59809f9b808 (commit)
from 67cfe444620494647417b1e5a75f849531678df4 (commit)
- Log -----------------------------------------------------------------
commit c1b45e6c1ac1a5bff7b89f73bbcae59809f9b808
Author: Azat Khuzhin <a3at.mail at gmail.com>
Date: Tue Nov 1 17:35:35 2016 +0300
Remove ENGINE_load_dasync() (no OPENSSL_INIT_ENGINE_DASYNC already)
Fixes: 8d00e30f96fb86b20bc992f626b188c3548fc58c ("Don't try to init
dasync internally")
Reviewed-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
CLA: trivial
(cherry picked from commit b9b5181dd2f52ff0560a33b116396cdae5e48048)
-----------------------------------------------------------------------
Summary of changes:
include/openssl/engine.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/openssl/engine.h b/include/openssl/engine.h
index 319371e..26cf714 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
More information about the openssl-commits
mailing list