aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-06-30 13:55:08 -0400
committerRich Salz <rsalz@openssl.org>2017-06-30 14:47:02 -0400
commitb5319bdbd095ff59d084af5ce16e5f715963557d (patch)
treed56a440acbd17a07d1094d8fe5b6da5428f850a0 /include
parentdcf6e50f48e6bab92dcd2dacb27fc17c0de34199 (diff)
downloadopenssl-b5319bdbd095ff59d084af5ce16e5f715963557d.tar.gz
Fix atfork flag. Avoid double-negatives :)
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/3815)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h
index 06ca40eba9..ad2cfe5f07 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -370,7 +370,7 @@ int CRYPTO_memcmp(const void * in_a, const void * in_b, size_t len);
# define OPENSSL_INIT_ENGINE_PADLOCK 0x00004000L
# define OPENSSL_INIT_ENGINE_AFALG 0x00008000L
# define OPENSSL_INIT_reserved_internal 0x00010000L
-# define OPENSSL_INIT_NO_ATFORK 0x00020000L
+# define OPENSSL_INIT_ATFORK 0x00020000L
/* OPENSSL_INIT flag range 0xfff00000 reserved for OPENSSL_init_ssl() */
/* Max OPENSSL_INIT flag value is 0x80000000 */