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/asn1 | |
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/asn1')
-rw-r--r-- | crypto/asn1/tasn_utl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/tasn_utl.c b/crypto/asn1/tasn_utl.c index 5f7e4fbde2..cf434aa23c 100644 --- a/crypto/asn1/tasn_utl.c +++ b/crypto/asn1/tasn_utl.c @@ -10,7 +10,7 @@ #include <stddef.h> #include <string.h> #include "internal/cryptlib.h" -#include "e_os.h" +#include "internal/refcount.h" #include <openssl/asn1.h> #include <openssl/asn1t.h> #include <openssl/objects.h> |