The err_cleanup() funtion is internal so shouldn't be exported
[openssl.git] / crypto / err / err.c
index aff3ae5a24e75656d6e96c5fb12c94011bc35232..b0fd19e7ae29756408ca41d8c9356ddc982e96fa 100644 (file)
 #include <internal/cryptlib_int.h>
 #include <internal/threads.h>
 #include <internal/err.h>
+#include <internal/err_int.h>
 #include <openssl/lhash.h>
 #include <openssl/crypto.h>
 #include <openssl/buffer.h>
 #include <openssl/bio.h>
-#include "internal/err.h"
 #include <openssl/opensslconf.h>
 
 static void err_load_strings(int lib, ERR_STRING_DATA *str);