Re: Cleanup code related to OpenSSL <= 0.9.6 in fe/be-secure-openssl.c

2019-09-27 Thread Michael Paquier
On Fri, Sep 27, 2019 at 03:46:09PM +0200, Peter Eisentraut wrote: > Yes, it seems OK to clean this up in master. Thanks, applied on HEAD. -- Michael signature.asc Description: PGP signature

Re: Cleanup code related to OpenSSL <= 0.9.6 in fe/be-secure-openssl.c

2019-09-27 Thread Peter Eisentraut
On 2019-09-27 05:23, Michael Paquier wrote: > While reviewing the area, I have bumped into the following bit in > fe-secure-openssl.c and be-secure-openssl.c: > -/* OpenSSL 0.96 does not support X509_V_FLAG_CRL_CHECK */ > -#ifdef X509_V_FLAG_CRL_CHECK > [... stuff ...] > > I think that th

Cleanup code related to OpenSSL <= 0.9.6 in fe/be-secure-openssl.c

2019-09-26 Thread Michael Paquier
Hi all, While reviewing the area, I have bumped into the following bit in fe-secure-openssl.c and be-secure-openssl.c: -/* OpenSSL 0.96 does not support X509_V_FLAG_CRL_CHECK */ -#ifdef X509_V_FLAG_CRL_CHECK [... stuff ...] I think that this did not get removed because of the incorrect v