aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-08-17 15:06:23 +0200
committerRichard Levitte <levitte@openssl.org>2016-08-17 21:34:42 +0200
commit8d00e30f96fb86b20bc992f626b188c3548fc58c (patch)
treeeaac175973729075d5be201129ecfcd1f2242217 /include
parent67a014bfda5f8596e8fa19ab0293343ee0c806ac (diff)
downloadopenssl-8d00e30f96fb86b20bc992f626b188c3548fc58c.zip
openssl-8d00e30f96fb86b20bc992f626b188c3548fc58c.tar.gz
openssl-8d00e30f96fb86b20bc992f626b188c3548fc58c.tar.bz2
Don't try to init dasync internally
Since dasync isn't installed, and is only ever used as a dynamic engine, there's no reason to consider it for initialization when building static engines. Reviewed-by: Ben Laurie <ben@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/crypto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h
index bac9d0f..bd0b140 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -366,9 +366,8 @@ int CRYPTO_memcmp(const volatile void * volatile in_a,
# define OPENSSL_INIT_ENGINE_CRYPTODEV 0x00001000L
# define OPENSSL_INIT_ENGINE_CAPI 0x00002000L
# define OPENSSL_INIT_ENGINE_PADLOCK 0x00004000L
-# define OPENSSL_INIT_ENGINE_DASYNC 0x00008000L
+# define OPENSSL_INIT_ENGINE_AFALG 0x00008000L
/* OPENSSL_INIT flag 0x00010000 reserved for internal use */
-# define OPENSSL_INIT_ENGINE_AFALG 0x00020000L
/* OPENSSL_INIT flag range 0xfff00000 reserved for OPENSSL_init_ssl() */
/* Max OPENSSL_INIT flag value is 0x80000000 */