mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-20 01:39:03 +08:00
openssl: Provide deprecated functions.
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.
This commit is contained in:
@@ -3614,8 +3614,7 @@ def crypto_openssl(mm):
|
||||
'crypto/openssl/crypto/cversion.c',
|
||||
'crypto/openssl/crypto/o_str.c',
|
||||
],
|
||||
mm.generator['source'](['-DOPENSSL_NO_DEPRECATED=1',
|
||||
'-DOPENSSL_NO_EC_NISTP_64_GCC_128=1',
|
||||
mm.generator['source'](['-DOPENSSL_NO_EC_NISTP_64_GCC_128=1',
|
||||
'-DOPENSSL_NO_GMP=1',
|
||||
'-DOPENSSL_NO_JPAKE=1',
|
||||
'-DOPENSSL_NO_LIBUNBOUND=1',
|
||||
|
Reference in New Issue
Block a user