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.
This commit is contained in:
parent
c4d84451f1
commit
02e41951cb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue