]> git.ipfire.org Git - thirdparty/hostap.git/commit
wolfSSL: Old FIPS APIs have void return
authorJuliusz Sosinowicz <juliusz@wolfssl.com>
Thu, 23 Mar 2023 15:58:50 +0000 (16:58 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 4 Nov 2023 16:41:26 +0000 (18:41 +0200)
commit890953a32cefef17f5afa263bebbe87bf9279b18
tree8a98cd07abfc5c38488161f5162a1d201bb2ef6c
parentec7f064fa73624483d3498a6ccf331d2552023c6
wolfSSL: Old FIPS APIs have void return

Fix the calls to wc_AesEncryptDirect(). Old versions of wolfCrypt FIPS
had wc_AesEncryptDirect() return void instead of int. Fix this build
issue.

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