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:
Gilles Peskine 2019-09-16 15:06:03 +02:00
parent 0a968f7c7f
commit 7415f2fd12

View File

@ -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",