aboutsummaryrefslogtreecommitdiffstats
path: root/test/ranch_ct_hook.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/ranch_ct_hook.erl')
-rw-r--r--test/ranch_ct_hook.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ranch_ct_hook.erl b/test/ranch_ct_hook.erl
index a8b6885..d051c37 100644
--- a/test/ranch_ct_hook.erl
+++ b/test/ranch_ct_hook.erl
@@ -32,6 +32,8 @@ init(_, _) ->
ok;
{{win32, nt}, {ok, "9."++_}} ->
application:set_env(ssl, internal_active_n, 1);
+ {{win32, nt}, {ok, "10."++_}} ->
+ application:set_env(ssl, internal_active_n, 1);
_ ->
ok
end,