Fix explicit de-init macros
[oweals/openssl.git] / include / openssl / crypto.h
index d0ec86a46c8ba70bed1352d8cfdffc1f29018571..32b88439f2fe655492abfbc374c56f6ad704ecfe 100644 (file)
@@ -303,7 +303,7 @@ void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx);
  * This function cleans up all "ex_data" state. It mustn't be called under
  * potential race-conditions.
  */
-# define CRYPTO_cleanup_all_ex_data()
+# define CRYPTO_cleanup_all_ex_data() while(0) continue
 
 /*
  * The old locking functions have been removed completely without compatibility