From 7939144af171db0b06f1e72fea7a640ec8e9bf4a Mon Sep 17 00:00:00 2001
From: Dirk <dirk@testssl.sh>
Date: Tue, 8 Apr 2025 15:49:44 +0200
Subject: [PATCH] Swap Android 6 for Android 5

... as it seems to habe more market share
---
 etc/client-simulation.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/client-simulation.txt b/etc/client-simulation.txt
index 8cb862d..13d2f77 100644
--- a/etc/client-simulation.txt
+++ b/etc/client-simulation.txt
@@ -151,7 +151,7 @@
      minEcdsaBits+=(-1)
      curves+=("secp521r1:secp384r1:prime256v1")
      requiresSha2+=(false)
-     current+=(false)
+     current+=(true)
 
      names+=("Android 6.0")
      short+=("android_60")
@@ -172,7 +172,7 @@
      minEcdsaBits+=(-1)
      curves+=("prime256v1:secp384r1")
      requiresSha2+=(false)
-     current+=(true)
+     current+=(false)
 
      names+=("Android 7.0 (native)")
      short+=("android_70")