summaryrefslogtreecommitdiffstats
path: root/include/crypto
diff options
context:
space:
mode:
authorTodd Short <tshort@akamai.com>2021-04-12 15:51:59 -0400
committerTomas Mraz <tomas@openssl.org>2021-04-22 17:41:55 +0200
commit309c6fbaceb907e5b596a158f0891f42e6694bc2 (patch)
tree0a5939ab3a04539d0805203caced2961e49fcde3 /include/crypto
parent1fac27050176f7ed00da5649266024265678f70c (diff)
Add RUN_ONCE support to zlib init
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14940)
Diffstat (limited to 'include/crypto')
-rw-r--r--include/crypto/cryptlib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/crypto/cryptlib.h b/include/crypto/cryptlib.h
index 2508801184..1e58663b4f 100644
--- a/include/crypto/cryptlib.h
+++ b/include/crypto/cryptlib.h
@@ -28,7 +28,6 @@ void ossl_ctx_thread_stop(void *arg);
* are those omitted from crypto.h because they are "reserved for internal
* use".
*/
-# define OPENSSL_INIT_ZLIB 0x00010000L
# define OPENSSL_INIT_BASE_ONLY 0x00040000L
void ossl_trace_cleanup(void);