Need to drop ECDH from algorithm list when building on Solaris,
since our GnuTLS build disables it in
index a60dbdd..032cbdd 100644
@@ -215,7 +215,7 @@ bool CSecurityTLS::processMsg(CConnection* cc)
void CSecurityTLS::setParam()
{
- static const char kx_anon_priority[] = ":+ANON-ECDH:+ANON-DH";
+ static const char kx_anon_priority[] = ":+ANON-DH";
int ret;
char *prio;
index c2b1ded..59fa561 100644
@@ -181,7 +181,7 @@ bool SSecurityTLS::processMsg(SConnection *sc)
void SSecurityTLS::setParams(gnutls_session_t session)
{
- static const char kx_anon_priority[] = ":+ANON-ECDH:+ANON-DH";
+ static const char kx_anon_priority[] = ":+ANON-DH";
int ret;
char *prio;