diff options
author | Pauli <paul.dale@oracle.com> | 2017-08-21 23:17:35 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2017-08-29 23:20:44 +0200 |
commit | cd420b0b1f2336972e386eba1cccf23b47d99538 (patch) | |
tree | c0a84e8c051b48242dc532541e5b8745a0e9d77d /crypto/dso/dso_lib.c | |
parent | e_os.h removal from other headers and source files. (diff) | |
download | openssl-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.c | 2 |
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; |