Remove irrelevant configs

Remove configuration files that are TLS-specific or otherwise not
relevant to a pure-crypto library.
This commit is contained in:
Jaeden Amero 2019-02-21 13:15:59 +00:00
parent 8298d70bee
commit 1ad37309e4
5 changed files with 0 additions and 3638 deletions

View file

@ -17,16 +17,8 @@ use warnings;
use strict;
my %configs = (
'config-default.h' => {
},
'config-mini-tls1_1.h' => {
},
'config-suite-b.h' => {
},
'config-ccm-psk-tls1_2.h' => {
},
'config-thread.h' => {
},
);
# If no config-name is provided, use all known configs.