The Great Renaming

A simple execution of tmp/invoke-rename.pl
diff --git a/tests/compat.sh b/tests/compat.sh
index f7ddb98..97938e0 100755
--- a/tests/compat.sh
+++ b/tests/compat.sh
@@ -648,7 +648,7 @@
     esac
 }
 
-add_polarssl_ciphersuites()
+add_mbedtls_ciphersuites()
 {
     case $TYPE in
 
@@ -1177,7 +1177,7 @@
                     add_common_ciphersuites
                     add_openssl_ciphersuites
                     add_gnutls_ciphersuites
-                    add_polarssl_ciphersuites
+                    add_mbedtls_ciphersuites
                     filter_ciphersuites
 
                     if [ "X" != "X$P_CIPHERS" ]; then