summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2018-03-13 15:02:55 +0100
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2018-03-21 09:14:25 +0100
commit67c35b9ed16e0eb7b2ed0dd61d0baa52464526f6 (patch)
tree011ce2f200ac859b8ca78b84fb5a867978939929 /libbsd.py
parentmutex: Use panic() after ISR lock release (diff)
downloadrtems-libbsd-67c35b9ed16e0eb7b2ed0dd61d0baa52464526f6.tar.bz2
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.
Diffstat (limited to 'libbsd.py')
-rw-r--r--libbsd.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbsd.py b/libbsd.py
index f70b4ead..233c06cd 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -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',