aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/o_dir_test.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-05-14 14:54:49 +0200
committerRichard Levitte <levitte@openssl.org>2015-05-14 15:13:49 +0200
commit685707979100dcb344f3d5f29940afcb1e7a92c2 (patch)
treec7ade427fe7d2bac0244c0f8016232fc0f8f3f03 /crypto/o_dir_test.c
parent167f6c93b00e1184b89d6a5c7a1ed22dbab03c68 (diff)
downloadopenssl-685707979100dcb344f3d5f29940afcb1e7a92c2.tar.gz
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 <matt@openssl.org>
Diffstat (limited to 'crypto/o_dir_test.c')
-rw-r--r--crypto/o_dir_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/o_dir_test.c b/crypto/o_dir_test.c
index 7cdbbbc403..733ffecf3a 100644
--- a/crypto/o_dir_test.c
+++ b/crypto/o_dir_test.c
@@ -36,7 +36,7 @@
#include <stdio.h>
#include <errno.h>
#include "e_os2.h"
-#include "o_dir.h"
+#include "internal/o_dir.h"
#if defined OPENSSL_SYS_UNIX || defined OPENSSL_SYS_WIN32 || defined OPENSSL_SYS_WINCE
# define CURRDIR "."