touch-ups:

- shrink ech interop workflow
- x448 macro now unused in hpke WOLFSSL_LOCAL functions
- bug fixes in added tests
This commit is contained in:
sebastian-carpenter
2026-03-18 10:30:27 -06:00
parent 7e9f9dc140
commit fcedc91d38
7 changed files with 79 additions and 109 deletions
+4 -2
View File
@@ -3,8 +3,10 @@
set -e
cleanup() {
cat "$TMP_LOG"
rm -f "$TMP_LOG"
if [ -f "$TMP_LOG" ]; then
cat "$TMP_LOG"
rm -f "$TMP_LOG"
fi
}
trap cleanup EXIT