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:
e05282f
)
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:47 +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 076225c4cb560ca8dd81160f54546a9562a713e5..8d3aeba3a6f6bc36f07aa5e35810089f8601ca87 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);