summaryrefslogtreecommitdiffstats
path: root/util/bat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/bat.sh')
-rwxr-xr-xutil/bat.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/bat.sh b/util/bat.sh
index 4d9a8287d0..459cd9f7e3 100755
--- a/util/bat.sh
+++ b/util/bat.sh
@@ -94,7 +94,6 @@ sub var_add
@a=grep(!/^e_.*_c$/,@a) if $no_cast;
@a=grep(!/^e_rc4$/,@a) if $no_rc4;
- @a=grep(!/(^s2_)|(^s23_)/,@a) if $no_ssl2;
@a=grep(!/(^s3_)|(^s23_)/,@a) if $no_ssl3;
@a=grep(!/(_sock$)|(_acpt$)|(_conn$)|(^pxy_)/,@a) if $no_sock;