aboutsummaryrefslogtreecommitdiffstats
path: root/main/mosquitto/test_broker_makefile.patch
blob: afd1889fea9c120fc3a61767ff63271b95068685 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# https://github.com/eclipse/mosquitto/issues/636
--- a/test/broker/Makefile
+++ b/test/broker/Makefile
@@ -89,8 +89,10 @@
 	./08-ssl-connect-identity.py
 	./08-ssl-connect-no-identity.py
 	./08-ssl-bridge.py
+ifeq ($(WITH_TLS_PSK),yes)
 	./08-tls-psk-pub.py
 	./08-tls-psk-bridge.py
+endif
 endif
 
 09 :