Fix ex_data locks issue
[openssl.git] / crypto / include / internal / cryptlib_int.h
index 36c0a10e036f3d8aad2031418d7e1455f3a2e4ce..a38ac18d1f80da1e8d82ca63f73758b649f87155 100644 (file)
@@ -63,14 +63,15 @@ struct thread_local_inits_st {
     int async;
     int err_state;
 };
-void *ossl_init_get_thread_local(int alloc);
+
 int ossl_init_thread_start(uint64_t opts);
+
 /*
  * OPENSSL_INIT flags. The primary list of these is in crypto.h. Flags below
  * are those ommitted from crypto.h because they are "reserverd for internal
  * use".
  */
-# define OPENSSL_INIT_ZLIB                   0x010000
+# define OPENSSL_INIT_ZLIB                   0x00010000L
 
 /* OPENSSL_INIT_THREAD flags */
 # define OPENSSL_INIT_THREAD_ASYNC           0x01