From cd420b0b1f2336972e386eba1cccf23b47d99538 Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 22 Aug 2017 07:17:35 +1000 Subject: Move the REF_PRINT support from e_os.h to internal/refcount.h. Reviewed-by: Andy Polyakov Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4188) --- crypto/dsa/dsa_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/dsa/dsa_lib.c') diff --git a/crypto/dsa/dsa_lib.c b/crypto/dsa/dsa_lib.c index efd98c21cf..caaa65c1f5 100644 --- a/crypto/dsa/dsa_lib.c +++ b/crypto/dsa/dsa_lib.c @@ -11,7 +11,7 @@ #include #include "internal/cryptlib.h" -#include "e_os.h" +#include "internal/refcount.h" #include #include "dsa_locl.h" #include -- cgit v1.2.3