Rename include directory to mbedtls

This commit is contained in:
Manuel Pégourié-Gonnard
2015-03-09 17:05:11 +00:00
parent 129db08c90
commit 7f8099773e
250 changed files with 908 additions and 908 deletions

View File

@@ -42,7 +42,7 @@ if ($#ARGV >= 0) {
my $test = system( "grep -i cmake Makefile >/dev/null" ) ? 'check' : 'test';
my $config_h = 'include/polarssl/config.h';
my $config_h = 'include/mbedtls/config.h';
system( "cp $config_h $config_h.bak" ) and die;
sub abort {