]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/ssl_lib.c
Move the REF_PRINT support from e_os.h to internal/refcount.h.
[thirdparty/openssl.git] / ssl / ssl_lib.c
index eb8603da1e80fdeba1473ddf4cde9a033d339519..cac8820013c4ae628923a899a39c30899d7b48ac 100644 (file)
@@ -10,7 +10,6 @@
  */
 
 #include <stdio.h>
-#include "e_os.h"
 #include "ssl_locl.h"
 #include <openssl/objects.h>
 #include <openssl/lhash.h>
@@ -23,6 +22,7 @@
 #include <openssl/ct.h>
 #include "internal/cryptlib.h"
 #include "internal/rand.h"
+#include "internal/refcount.h"
 
 const char SSL_version_str[] = OPENSSL_VERSION_TEXT;