]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove unused dh_blob parameter
authorJouni Malinen <j@w1.fi>
Sat, 16 Apr 2022 07:45:17 +0000 (10:45 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 16 Apr 2022 07:45:17 +0000 (10:45 +0300)
commit28c1c91d03ab985d688ca2d7d592202cf9ec8c27
tree0e4cbdbffe933bc4210fb76e7df162a6648d2d05
parent4a774cf31781bf067eebc8ac259ad78b9c592ba2
Remove unused dh_blob parameter

This was used earlier in the wpa_supplicant configuration, but there was
no real use for that, so remove the now completely unused parameter to
simplify implementation.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/tls.h
src/crypto/tls_internal.c
src/crypto/tls_openssl.c
src/crypto/tls_wolfssl.c