From e52a3c3d1401fb917df3aa80a19575521cabe4f4 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Sat, 11 Oct 2014 14:31:53 -0400 Subject: Include instead of "foo.h" Exported headers shouldn't be included as "foo.h" by code from the same module, it should only do so for module-internal headers. This is because the symlinking of exported headers (from include/openssl/foo.h to crypto/foo/foo.h) is being removed, and the exported headers are being moved to the include/openssl/ directory instead. Change-Id: I4c1d80849544713308ddc6999a549848afc25f94 Signed-off-by: Geoff Thorpe Reviewed-by: Rich Salz --- crypto/o_time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/o_time.c') diff --git a/crypto/o_time.c b/crypto/o_time.c index 867ca5ec6e..84aa5c39fc 100644 --- a/crypto/o_time.c +++ b/crypto/o_time.c @@ -61,7 +61,7 @@ #include #include -#include "crypto.h" +#include #ifdef OPENSSL_SYS_VMS # if __CRTL_VER >= 70000000 && \ -- cgit v1.2.3