mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 14:38:57 +01:00
Handle remaining corner-cases
This commit is contained in:
parent
88323c70e8
commit
f7d945f4eb
3 changed files with 25 additions and 5 deletions
|
|
@ -34,7 +34,7 @@ wc -l public-names
|
|||
NL='
|
||||
'
|
||||
sed -n 's/POLARSSL_[A-Z0-9_]*/\'"$NL"'&\'"$NL"/gp \
|
||||
include/mbedtls/*.h tests/scripts/* scripts/* library/*.c \
|
||||
include/mbedtls/*.h tests/scripts/* scripts/* library/*.c configs/*.h \
|
||||
| grep POLARSSL | sort -u > _POLARSSL_XXX
|
||||
diff public-names _POLARSSL_XXX | sed -n 's/^> //p' > extra-names
|
||||
rm _POLARSSL_XXX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue