The err_cleanup() funtion is internal so shouldn't be exported
[openssl.git] / crypto / include / internal / err_int.h
index ad3f7ce49bd3efb261e052e7d0901f1a9ad7c5be..7f1037e939f1066cddde55b75c6e7f2b7afe962e 100644 (file)
@@ -12,5 +12,6 @@
 # define INTERNAL_ERR_INT_H
 
 void err_load_crypto_strings_int(void);
+void err_cleanup(void);
 
 #endif