diff options
author | Pauli <paul.dale@oracle.com> | 2017-08-22 07:17:35 +1000 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2017-08-30 07:20:44 +1000 |
commit | cd420b0b1f2336972e386eba1cccf23b47d99538 (patch) | |
tree | c0a84e8c051b48242dc532541e5b8745a0e9d77d /crypto/x509/x509_set.c | |
parent | 677963e5a428739062ab5d46d5baed5eadd0195d (diff) | |
download | openssl-new-cd420b0b1f2336972e386eba1cccf23b47d99538.tar.gz |
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/x509/x509_set.c')
-rw-r--r-- | crypto/x509/x509_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509_set.c b/crypto/x509/x509_set.c index 49f8651e9a..c634670fa6 100644 --- a/crypto/x509/x509_set.c +++ b/crypto/x509/x509_set.c @@ -9,7 +9,7 @@ #include <stdio.h> #include "internal/cryptlib.h" -#include "e_os.h" +#include "internal/refcount.h" #include <openssl/asn1.h> #include <openssl/objects.h> #include <openssl/evp.h> |