Remove old script

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-20 18:29:40 +00:00
parent 8eef0f28ed
commit 4b378c9423
2 changed files with 1 additions and 9 deletions

View file

@ -25,6 +25,7 @@ Changes
compile time.
* Remove test program o_p_test, the script compat.sh does more.
* Remove test program ssl_test, superseded by ssl-opt.sh.
* Remove helper script active-config.pl
= mbed TLS 1.3 branch

View file

@ -1,9 +0,0 @@
#!/usr/bin/perl
# DEPRECATED!
#
# activate a pre-defined configuration
print "This script is deprecated!\n";
print "See configs/README.txt regarding alternative config.h usage\n";
exit 1;