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:
61b8c79
)
Don't include comp.h if no-comp set.
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 20 Jan 2013 01:16:25 +0000
(
01:16
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 20 Jan 2013 01:16:25 +0000
(
01:16
+0000)
crypto/err/err_all.c
patch
|
blob
|
history
diff --git
a/crypto/err/err_all.c
b/crypto/err/err_all.c
index 39796f7cc8cd90097efd0f775743cec28a9f57fd..0429389fc327c624467660bb0a4da8409a4df39f 100644
(file)
--- a/
crypto/err/err_all.c
+++ b/
crypto/err/err_all.c
@@
-104,7
+104,9
@@
#ifndef OPENSSL_NO_JPAKE
#include <openssl/jpake.h>
#endif
+#ifndef OPENSSL_NO_COMP
#include <openssl/comp.h>
+#endif
void ERR_load_crypto_strings(void)
{