mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Revert "Remove irrelevant configs"
This reverts commit 1ad37309e4
.
Conflicts:
* tests/scripts/test-ref-configs.pl:
* config-ccm-psk-tls1_2.h: there has been an addition of
"config-symmetric-only.h" at the place where the configurations
that are added back were removed. Keep this configuration.
This commit is contained in:
committed by
Ronald Cron
parent
9d28c426d1
commit
12230eb5c8
@ -17,10 +17,18 @@ use warnings;
|
||||
use strict;
|
||||
|
||||
my %configs = (
|
||||
'config-symmetric-only.h' => {
|
||||
'config-default.h' => {
|
||||
},
|
||||
'config-mini-tls1_1.h' => {
|
||||
},
|
||||
'config-suite-b.h' => {
|
||||
},
|
||||
'config-symmetric-only.h' => {
|
||||
},
|
||||
'config-ccm-psk-tls1_2.h' => {
|
||||
},
|
||||
'config-thread.h' => {
|
||||
},
|
||||
);
|
||||
|
||||
# If no config-name is provided, use all known configs.
|
||||
|
Reference in New Issue
Block a user