summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_lib.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-08-21 23:17:35 +0200
committerPauli <paul.dale@oracle.com>2017-08-29 23:20:44 +0200
commitcd420b0b1f2336972e386eba1cccf23b47d99538 (patch)
treec0a84e8c051b48242dc532541e5b8745a0e9d77d /crypto/dso/dso_lib.c
parente_os.h removal from other headers and source files. (diff)
downloadopenssl-cd420b0b1f2336972e386eba1cccf23b47d99538.tar.xz
openssl-cd420b0b1f2336972e386eba1cccf23b47d99538.zip
Move the REF_PRINT support from e_os.h to internal/refcount.h.
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4188)
Diffstat (limited to 'crypto/dso/dso_lib.c')
-rw-r--r--crypto/dso/dso_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dso/dso_lib.c b/crypto/dso/dso_lib.c
index 3645c8d603..3c83ab8e91 100644
--- a/crypto/dso/dso_lib.c
+++ b/crypto/dso/dso_lib.c
@@ -8,7 +8,7 @@
*/
#include "dso_locl.h"
-#include "e_os.h"
+#include "internal/refcount.h"
static DSO_METHOD *default_DSO_meth = NULL;