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
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
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.
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
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