dtls1.3: Fix issues when --enable-dtls13 enabled

Fixed issue reported by scan-build when DTLS13 is enabled.

Fix compile issue when WOLFSSL_DTLS_CH_FRAG is enabled.

Fix running of scripts/dtlscid.test by removing 'set -e' as bwrap
command may not be there.
This commit is contained in:
Jon Shallow
2024-04-20 12:36:17 +01:00
parent 6e49aa7543
commit e36df36f84
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
set -e
# dtlscid.test
# Copyright wolfSSL 2022-2024
# if we can, isolate the network namespace to eliminate port collisions.
if [[ -n "$NETWORK_UNSHARE_HELPER" ]]; then