aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--syshead.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/syshead.h b/syshead.h
index 5b86cad..82b94eb 100644
--- a/syshead.h
+++ b/syshead.h
@@ -681,7 +681,9 @@ socket_defined (const socket_descriptor_t sd)
/*
* Do we support pushing peer info?
*/
+#if defined(USE_CRYPTO) && defined(USE_SSL)
#define ENABLE_PUSH_PEER_INFO
+#endif
/*
* Do we support internal client-side NAT?