Add comment to help syntax highlighting in editors
Restore this change which was accidentally reverted during the merge of Mbed Crypto.
This commit is contained in:
parent
0a968f7c7f
commit
7415f2fd12
@ -18,7 +18,7 @@ use strict;
|
||||
|
||||
my %configs = (
|
||||
'config-mini-tls1_1.h' => {
|
||||
'compat' => '-m tls1_1 -f \'^DES-CBC3-SHA$\|^TLS-RSA-WITH-3DES-EDE-CBC-SHA$\'',
|
||||
'compat' => '-m tls1_1 -f \'^DES-CBC3-SHA$\|^TLS-RSA-WITH-3DES-EDE-CBC-SHA$\'', #'
|
||||
},
|
||||
'config-suite-b.h' => {
|
||||
'compat' => "-m tls1_2 -f 'ECDHE-ECDSA.*AES.*GCM' -p mbedTLS",
|
||||
|
Loading…
Reference in New Issue
Block a user