mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 12:28:40 +00:00
Still a few more corner cases
This commit is contained in:
parent
fb9f2a04f3
commit
b5904d25ef
1 changed files with 5 additions and 2 deletions
|
@ -8,11 +8,11 @@ set -eu
|
||||||
tmp/analyze-names.sh
|
tmp/analyze-names.sh
|
||||||
tmp/makelist.pl public-names extra-names > old2new
|
tmp/makelist.pl public-names extra-names > old2new
|
||||||
|
|
||||||
tmp/rename.pl old2new library/*.c tests/suites/* tests/ssl-opt.sh \
|
tmp/rename.pl old2new library/*.c tests/suites/* \
|
||||||
configs/* scripts/data_files/*.fmt
|
configs/* scripts/data_files/*.fmt
|
||||||
tmp/rename.pl -s old2new library/error.c library/version_features.c \
|
tmp/rename.pl -s old2new library/error.c library/version_features.c \
|
||||||
library/memory_buffer_alloc.c include/mbedtls/*.h \
|
library/memory_buffer_alloc.c include/mbedtls/*.h \
|
||||||
library/ecp.c \
|
library/ecp.c library/ssl_???.c tests/ssl-opt.sh \
|
||||||
programs/*.c programs/*/*.c scripts/* tests/scripts/*
|
programs/*.c programs/*/*.c scripts/* tests/scripts/*
|
||||||
|
|
||||||
for i in scripts/generate_errors.pl scripts/memory.sh tests/compat.sh \
|
for i in scripts/generate_errors.pl scripts/memory.sh tests/compat.sh \
|
||||||
|
@ -23,6 +23,9 @@ do
|
||||||
done
|
done
|
||||||
chmod +x scripts/generate_errors.pl scripts/memory.sh tests/compat.sh
|
chmod +x scripts/generate_errors.pl scripts/memory.sh tests/compat.sh
|
||||||
|
|
||||||
|
sed -e 's/server5-mbedtls_sha1/server5-sha1/' -i.tmp tests/ssl-opt.sh
|
||||||
|
rm -f tests/ssl-opt.sh.tmp
|
||||||
|
|
||||||
echo; echo 'Done. Remaining polarssl occurences:'
|
echo; echo 'Done. Remaining polarssl occurences:'
|
||||||
rm -f enum-consts exported-symbols extra-names identifiers macros old2new \
|
rm -f enum-consts exported-symbols extra-names identifiers macros old2new \
|
||||||
prefix-enum-consts prefix-identifiers prefix-macros public-names \
|
prefix-enum-consts prefix-identifiers prefix-macros public-names \
|
||||||
|
|
Loading…
Reference in a new issue