mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 13:30:48 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user