Move the REF_PRINT support from e_os.h to internal/refcount.h.
[openssl.git] / ssl / ssl_cert.c
index ce4a09fad50e581fb54ce1587fcec298ed92eadc..bbffce0f93f3e5fb52a93c0943834307640b69ea 100644 (file)
@@ -9,8 +9,9 @@
  */
 
 #include <stdio.h>
+#include <sys/types.h>
 
-#include "e_os.h"
+#include "internal/nelem.h"
 #ifndef NO_SYS_TYPES_H
 # include <sys/types.h>
 #endif
@@ -23,6 +24,7 @@
 #include <openssl/dh.h>
 #include <openssl/bn.h>
 #include <openssl/crypto.h>
+#include "internal/refcount.h"
 #include "ssl_locl.h"
 #include "ssl_cert_table.h"
 #include "internal/thread_once.h"