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:
9ab788a
)
Fix compilation with no-comp
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 11 Jun 2014 13:31:08 +0000
(14:31 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 11 Jun 2014 13:33:32 +0000
(14:33 +0100)
(cherry picked from commit
7239a09c7b5757ed8d0e9869f3e9b03c0e11f4d1
)
apps/enc.c
patch
|
blob
|
history
diff --git
a/apps/enc.c
b/apps/enc.c
index 19ea3df9409e81d4b2627024c5b720efb417dd68..c6a211ba87fd6429c3ed1b445610ca8c62770676 100644
(file)
--- a/
apps/enc.c
+++ b/
apps/enc.c
@@
-67,7
+67,9
@@
#include <openssl/x509.h>
#include <openssl/rand.h>
#include <openssl/pem.h>
+#ifndef OPENSSL_NO_COMP
#include <openssl/comp.h>
+#endif
#include <ctype.h>
int set_hex(char *in,unsigned char *out,int size);