aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-08 19:32:29 +0200
committerLoïc Hoguin <[email protected]>2016-11-08 19:32:29 +0200
commit237f9e7053dc2d326810c6c758a9ee8c513853b8 (patch)
tree5ed2b1da7a470dc76dad425c1f3100fb40304074 /Makefile
parent9a8e5b57336134d1af11ed19403b18bd37ae7fa9 (diff)
downloadranch-237f9e7053dc2d326810c6c758a9ee8c513853b8.tar.gz
ranch-237f9e7053dc2d326810c6c758a9ee8c513853b8.tar.bz2
ranch-237f9e7053dc2d326810c6c758a9ee8c513853b8.zip
Check for the SSL version for SNI instead of Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 17b9a23..2ca9290 100644
--- a/Makefile
+++ b/Makefile
@@ -8,19 +8,12 @@ COMPILE_FIRST = ranch_transport
CT_OPTS += -pa test -ct_hooks ranch_ct_hook []
PLT_APPS = crypto public_key ssl
-CI_OTP_NO_SNI = \
+CI_OTP ?= \
OTP_R16B OTP_R16B01 OTP_R16B02 OTP_R16B03-1 \
- OTP-17.1.2 OTP-17.2.2 OTP-17.3.4 OTP-17.4.1 OTP-17.5.6.6
-CI_OTP ?= $(CI_OTP_NO_SNI) \
+ OTP-17.1.2 OTP-17.2.2 OTP-17.3.4 OTP-17.4.1 OTP-17.5.6.6 \
OTP-18.0.3 OTP-18.1.5 OTP-18.2.4.1 OTP-18.3.4.4 \
OTP-19.0.7 OTP-19.1.5
-ifdef CI_OTP_RELEASE
-ifneq ($(filter $(CI_OTP_RELEASE),$(CI_OTP_NO_SNI)),)
-TEST_ERLC_OPTS += -DTEST_NO_SNI=1
-endif
-endif
-
# Dependencies.
TEST_DEPS = ct_helper