You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
373 B
14 lines
373 B
diff --git a/daemon/main/nzbget.h b/daemon/main/nzbget.h
|
|
index bfaf03b9..eeb4445c 100644
|
|
--- a/daemon/main/nzbget.h
|
|
+++ b/daemon/main/nzbget.h
|
|
@@ -254,7 +254,9 @@ typedef int pid_t;
|
|
#include <openssl/sha.h>
|
|
#include <openssl/pem.h>
|
|
#include <openssl/x509v3.h>
|
|
+#ifndef OPENSSL_NO_COMP
|
|
#include <openssl/comp.h>
|
|
+#endif
|
|
#endif /* HAVE_OPENSSL */
|
|
|
|
#ifdef HAVE_REGEX_H
|
|
|