Include <openssl/foo.h> instead of "foo.h"
authorGeoff Thorpe <geoff@openssl.org>
Sat, 11 Oct 2014 18:31:53 +0000 (14:31 -0400)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 8 Dec 2014 19:21:35 +0000 (14:21 -0500)
commite52a3c3d1401fb917df3aa80a19575521cabe4f4
treef8cfad6fc9c6f4b1e74e486d40f26c550de938cb
parent41bf25013032da0eeb111ce3c8fc0946c0e61c41
Include <openssl/foo.h> 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 <geoff@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
12 files changed:
crypto/bn/bn_const.c
crypto/camellia/camellia.c
crypto/cms/cms_asn1.c
crypto/cms/cms_att.c
crypto/cms/cms_io.c
crypto/cms/cms_lib.c
crypto/jpake/jpake.c
crypto/o_time.c
crypto/pqueue/pqueue.c
crypto/ts/ts_lib.c
crypto/ts/ts_rsp_print.c
ssl/d1_srtp.c