mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Move temporary list scripts to tests/scripts
This commit is contained in:
parent
e546ad4afd
commit
0edba1a8ee
4 changed files with 0 additions and 0 deletions
|
|
@ -1,11 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
set =eu
|
||||
|
||||
HEADERS=$( ls include/mbedtls/*.h )
|
||||
|
||||
sed -n -e 's/.*#define \([a-zA-Z0-9_]*\).*/\1/p' $HEADERS \
|
||||
| egrep -v '^(asm|inline|EMIT|_CRT_SECURE_NO_DEPRECATE)$|^MULADDC_' \
|
||||
| sort -u > macros
|
||||
|
||||
wc -l macros
|
||||
Loading…
Add table
Add a link
Reference in a new issue