mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 14:33:37 -08:00
chore: update TODO, remove unused code
Co-Authored-By: Anja Rabich <a.rabich@uni-luebeck.de>
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
```
|
```
|
||||||
* ~~provide log parameter to `rosenpass-marzipan`-call~~ (no, it was intentionally not used)
|
* ~~provide log parameter to `rosenpass-marzipan`-call~~ (no, it was intentionally not used)
|
||||||
* ~~cpp pre-processing stuff~~
|
* ~~cpp pre-processing stuff~~
|
||||||
|
* ~~awk pre-processing stuff~~
|
||||||
|
|
||||||
## Next Steps
|
## Next Steps
|
||||||
|
|
||||||
* awk pre-processing stuff
|
|
||||||
* `pretty_output` Bash function
|
* `pretty_output` Bash function
|
||||||
|
|||||||
@@ -14,30 +14,6 @@ run_proverif() {
|
|||||||
|
|
||||||
clean_warnings() {
|
clean_warnings() {
|
||||||
exc rosenpass-marzipan clean-warnings
|
exc rosenpass-marzipan clean-warnings
|
||||||
: <<'END_COMMENT'
|
|
||||||
awk '
|
|
||||||
BEGIN {
|
|
||||||
null = "0455290a-50d5-4f28-8008-3d69605c2835"
|
|
||||||
p = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
function pt(arg) {
|
|
||||||
if (arg != null) {
|
|
||||||
print(arg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
function bod() {
|
|
||||||
if ($0 !~ /^Warning: identifier \w+ rebound.$/) {
|
|
||||||
pt(p);
|
|
||||||
p=$0;
|
|
||||||
} else {
|
|
||||||
p=null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{ bod(); }
|
|
||||||
END { $0=null; bod(); }
|
|
||||||
'
|
|
||||||
END_COMMENT
|
|
||||||
}
|
}
|
||||||
|
|
||||||
color_red='\033[0;31m'
|
color_red='\033[0;31m'
|
||||||
|
|||||||
Reference in New Issue
Block a user