Ensure all locks are properly cleaned up
[openssl.git] / include / internal / err.h
index d1a413f09110f304bd2c002b70c10274347a4bed..415f578f096e760d9153bf778644e1e00e0b0cc2 100644 (file)
  *
  */
 
-void err_load_crypto_strings_intern(void);
-void err_free_strings_intern(void);
+#ifndef INTERNAL_ERR_H
+# define INTERNAL_ERR_H
+
+void err_free_strings_int(void);
+void err_cleanup(void);
+
+#endif