From 685707979100dcb344f3d5f29940afcb1e7a92c2 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 14 May 2015 14:54:49 +0200 Subject: Identify and move OpenSSL internal header files There are header files in crypto/ that are used by the rest of OpenSSL. Move those to include/internal and adapt the affected source code, Makefiles and scripts. The header files that got moved are: crypto/constant_time_locl.h crypto/o_dir.h crypto/o_str.h Reviewed-by: Matt Caswell --- crypto/o_dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/o_dir.c') diff --git a/crypto/o_dir.c b/crypto/o_dir.c index 26242444c8..7bff74e0ec 100644 --- a/crypto/o_dir.c +++ b/crypto/o_dir.c @@ -70,7 +70,7 @@ #define LP_find_file OPENSSL_DIR_read #define LP_find_file_end OPENSSL_DIR_end -#include "o_dir.h" +#include "internal/o_dir.h" #define LPDIR_H #if defined OPENSSL_SYS_UNIX || defined DJGPP -- cgit v1.2.3