]> git.ipfire.org Git - thirdparty/hostap.git/commit
wolfssl: Log error number on failure
authorJuliusz Sosinowicz <juliusz@wolfssl.com>
Thu, 4 Apr 2024 18:16:21 +0000 (20:16 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 2 Feb 2025 17:05:12 +0000 (19:05 +0200)
commit77f82dcb34a806106bf49ca26b0542805379bb93
tree0352eb09a42c96ef4cb4aaedb3a821a77337bb78
parent0797fd2abec9240a339fa7cd2ba4241fb583ff8b
wolfssl: Log error number on failure

Log raw error number after wolfSSL_accept() or wolfSSL_connect() error.

Signed-off-by: Juliusz Sosinowicz <juliusz@wolfssl.com>
src/crypto/tls_wolfssl.c