Ensure all locks are properly cleaned up
[openssl.git] / crypto / include / internal / cryptlib_int.h
index ae30842d6de132ff2041b8da66fbd8b46279d204..fd685229365ef000cbaf43668a2161423928340d 100644 (file)
@@ -65,6 +65,8 @@ struct thread_local_inits_st {
 };
 
 int ossl_init_thread_start(uint64_t opts);
+void ex_data_cleanup(void);
+
 /*
  * 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