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