]> granicus.if.org Git - curl/commit
gnutls: remove call to deprecated gnutls_compression_get_name
authorDaniel Stenberg <daniel@haxx.se>
Fri, 1 Mar 2019 15:02:04 +0000 (16:02 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 2 Mar 2019 10:13:57 +0000 (11:13 +0100)
commit15cbf8dec68cdd9e5c7fd6807d8f75b1f5b27501
treef2e9fd651d31050170cff18b4efbbe5d79199f0b
parentdb374c50db4df17d528c0383c8928cd9c7fb0e97
gnutls: remove call to deprecated gnutls_compression_get_name

It has been deprecated by GnuTLS since a year ago and now causes build
warnings.

Ref: https://gitlab.com/gnutls/gnutls/commit/b0041897d2846737f5fb0f
Docs: https://www.gnutls.org/manual/html_node/Compatibility-API.html

Closes #3636
lib/vtls/gtls.c