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/cms/cms_asn1.c | 2 +- crypto/cms/cms_att.c | 2 +- crypto/cms/cms_io.c | 2 +- crypto/cms/cms_lib.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'crypto/cms') diff --git a/crypto/cms/cms_asn1.c b/crypto/cms/cms_asn1.c index 83ae2cc0f3..348716b772 100644 --- a/crypto/cms/cms_asn1.c +++ b/crypto/cms/cms_asn1.c @@ -54,7 +54,7 @@ #include #include #include -#include "cms.h" +#include #include "cms_lcl.h" diff --git a/crypto/cms/cms_att.c b/crypto/cms/cms_att.c index 5b71722ebc..7fdb050c99 100644 --- a/crypto/cms/cms_att.c +++ b/crypto/cms/cms_att.c @@ -55,7 +55,7 @@ #include #include #include -#include "cms.h" +#include #include "cms_lcl.h" /* CMS SignedData Attribute utilities */ diff --git a/crypto/cms/cms_io.c b/crypto/cms/cms_io.c index 1cb0264cc5..f332a303d3 100644 --- a/crypto/cms/cms_io.c +++ b/crypto/cms/cms_io.c @@ -55,7 +55,7 @@ #include #include #include -#include "cms.h" +#include #include "cms_lcl.h" int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms) diff --git a/crypto/cms/cms_lib.c b/crypto/cms/cms_lib.c index 0a8200cc38..8257d06fd5 100644 --- a/crypto/cms/cms_lib.c +++ b/crypto/cms/cms_lib.c @@ -57,7 +57,7 @@ #include #include #include -#include "cms.h" +#include #include "cms_lcl.h" IMPLEMENT_ASN1_FUNCTIONS(CMS_ContentInfo) -- cgit v1.2.3