Re: [PATCH] openssl: Provide deprecated functions.

2018-03-20 Thread Gedare Bloom
On Tue, Mar 20, 2018 at 6:03 AM, Christian Mauderer wrote: > > Am 19.03.2018 um 09:26 schrieb Christian Mauderer: >> Am 16.03.2018 um 15:11 schrieb Gedare Bloom: >>> On Tue, Mar 13, 2018 at 10:02 AM, Christian Mauderer >>> wrote: Some applications (like the civetweb web server) still use fun

Re: [PATCH] openssl: Provide deprecated functions.

2018-03-20 Thread Christian Mauderer
Am 19.03.2018 um 09:26 schrieb Christian Mauderer: > Am 16.03.2018 um 15:11 schrieb Gedare Bloom: >> On Tue, Mar 13, 2018 at 10:02 AM, Christian Mauderer >> wrote: >>> Some applications (like the civetweb web server) still use functions >>> that are deprecated by openssl. If OPENSSL_NO_DEPRECATED

Re: [PATCH] openssl: Provide deprecated functions.

2018-03-19 Thread Christian Mauderer
Am 16.03.2018 um 15:11 schrieb Gedare Bloom: > On Tue, Mar 13, 2018 at 10:02 AM, Christian Mauderer > wrote: >> Some applications (like the civetweb web server) still use functions >> that are deprecated by openssl. If OPENSSL_NO_DEPRECATED is defined, >> openssl will not provide these functions.

Re: [PATCH] openssl: Provide deprecated functions.

2018-03-16 Thread Gedare Bloom
On Tue, Mar 13, 2018 at 10:02 AM, Christian Mauderer wrote: > Some applications (like the civetweb web server) still use functions > that are deprecated by openssl. If OPENSSL_NO_DEPRECATED is defined, > openssl will not provide these functions. This patch removes the define > so that the function

[PATCH] openssl: Provide deprecated functions.

2018-03-13 Thread Christian Mauderer
Some applications (like the civetweb web server) still use functions that are deprecated by openssl. If OPENSSL_NO_DEPRECATED is defined, openssl will not provide these functions. This patch removes the define so that the functions are available. --- libbsd.py | 3 +-- libbsd_waf.py | 2 +- 2