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>
This commit is contained in:
parent
4a774cf317
commit
28c1c91d03
4 changed files with 3 additions and 25 deletions
|
@ -3953,7 +3953,6 @@ static int tls_global_dh(struct tls_data *data, const char *dh_file)
|
|||
DH *dh;
|
||||
BIO *bio;
|
||||
|
||||
/* TODO: add support for dh_blob */
|
||||
if (dh_file == NULL)
|
||||
return 0;
|
||||
if (ssl_ctx == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue