From 02e41951cb9be22524ad863e885d47336aa0510e Mon Sep 17 00:00:00 2001 From: David Cooper Date: Tue, 29 Mar 2016 09:23:59 -0400 Subject: [PATCH] Fix typo in mapping-rfc.txt There is a tab on the line for SSL_CK_RC2_128_CBC_WITH_MD5. When testssl.sh is called with "-E" and "--show-each," this causes the string "not a/v" to be printed two characters to the right of the same string on every other line (at least on Linux systems). This PR just deletes the tab character. --- etc/mapping-rfc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/mapping-rfc.txt b/etc/mapping-rfc.txt index 0f9dd8d..2c48bbe 100644 --- a/etc/mapping-rfc.txt +++ b/etc/mapping-rfc.txt @@ -1,6 +1,6 @@ x010080 SSL_CK_RC4_128_WITH_MD5 x020080 SSL_CK_RC4_128_EXPORT40_WITH_MD5 -x030080 SSL_CK_RC2_128_CBC_WITH_MD5 +x030080 SSL_CK_RC2_128_CBC_WITH_MD5 x040080 SSL_CK_RC2_128_CBC_EXPORT40_WITH_MD5 x050080 SSL_CK_IDEA_128_CBC_WITH_MD5 x060040 SSL_CK_DES_64_CBC_WITH_MD5