Fix documentation for 3DES removal
diff --git a/tests/compat.sh b/tests/compat.sh
index eefebd0..4db414d 100755
--- a/tests/compat.sh
+++ b/tests/compat.sh
@@ -57,6 +57,7 @@
 # - NULL: excluded from our default config
 # - RC4, single-DES: requires legacy OpenSSL/GnuTLS versions
 #   avoid plain DES but keep 3DES-EDE-CBC (mbedTLS), DES-CBC3 (OpenSSL)
+# - 3DES: not in default config
 EXCLUDE='NULL\|DES-CBC-\|RC4\|3DES\|ARCFOUR'
 VERBOSE=""
 MEMCHECK=0