]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: fix build with OPENSSL_NO_COMP
authorMarcel Raad <raad@teamviewer.com>
Mon, 30 May 2016 11:26:20 +0000 (13:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 30 May 2016 13:31:14 +0000 (15:31 +0200)
commitc9b4e6e85907f1581c8d6e1ab52c7f8b9282f266
treec8089a11d2cc68b011ccbe586ca2c9fb97199f86
parent9a1593501cb30e36ea7109680cab368f9425000d
openssl: fix build with OPENSSL_NO_COMP

With OPENSSL_NO_COMP defined, there is no function
SSL_COMP_free_compression_methods

Closes #836
lib/vtls/openssl.c