[libvirt] [PATCH] esx: remove compatibility for old libcurl

2020-01-16 Thread Daniel P . Berrangé
RHEL7 has libcurl 7.29.0, which is the oldest of any supported build platform. Thus we no longer need the back compat for libcurl < 7.28.0. Signed-off-by: Daniel P. Berrangé --- src/esx/esx_vi.c | 151 --- src/esx/esx_vi.h | 9 --- 2 files changed, 1

Re: [libvirt] [PATCH] esx: remove compatibility for old libcurl

2020-01-16 Thread Pavel Hrdina
On Thu, Jan 16, 2020 at 11:07:28AM +, Daniel P. Berrangé wrote: > RHEL7 has libcurl 7.29.0, which is the oldest of any > supported build platform. Thus we no longer need the > back compat for libcurl < 7.28.0. > > Signed-off-by: Daniel P. Berrangé > --- > src/esx/esx_vi.c | 151 -