Use equivalent but more common GNUTLS call.
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Tue, 7 Jul 2009 21:06:57 +0000 (18:06 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Mon, 20 Jul 2009 17:41:24 +0000 (14:41 -0300)
commit553d06b164c99bd9b388cd4bfdb43a8d1a95b3a5
tree553e3e1d8ee15f88490c7cf7813e9cd55fc072e5
parent2a596a39381464560b826642d819de310eca091f
Use equivalent but more common GNUTLS call.

Although set_default_priority is less flexible than priority_set_direct,
we were using the exact default priority as parameters. And
priority_set_direct is only present in more recent GNUTLS releases. So,
this is better for a release that is expected to work in some older
systems.
hcconn_ssl.c