projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f233a1
)
Don't include comp.h in cmd_cd.c if OPENSSL_NO_COMP set
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 23 Jan 2013 01:04:36 +0000
(
01:04
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 23 Jan 2013 01:11:05 +0000
(
01:11
+0000)
crypto/cms/cms_cd.c
patch
|
blob
|
history
diff --git
a/crypto/cms/cms_cd.c
b/crypto/cms/cms_cd.c
index a5fc2c4e2b425169949eb9aa5ae3379f26d21449..202168810126e452dac0aa54f6f9684b661dc994 100644
(file)
--- a/
crypto/cms/cms_cd.c
+++ b/
crypto/cms/cms_cd.c
@@
-58,7
+58,9
@@
#include <openssl/err.h>
#include <openssl/cms.h>
#include <openssl/bio.h>
+#ifndef OPENSSL_NO_COMP
#include <openssl/comp.h>
+#endif
#include "cms_lcl.h"
DECLARE_ASN1_ITEM(CMS_CompressedData)