don't use SSL_CTX_set_ecdh_auto with wolfSSL
authorDaniel Golle <daniel@makrotopia.org>
Thu, 24 May 2018 16:44:27 +0000 (18:44 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 24 May 2018 16:44:27 +0000 (18:44 +0200)
commit189cd38b4188bfcb4c8cf67d8ae71741ffc2b906
treef4900c10b8a1a44a4904aa7909c097d91eaf5953
parent5322f9db23b69fdc2b4760a6cfd67848a11818a4
don't use SSL_CTX_set_ecdh_auto with wolfSSL

SSL_CTX_set_ecdh_auto() isn't support by wolfSSL (yet).

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
ustream-openssl.c