mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-10 14:40:00 +00:00
Since the update to openssl-1.1.1a the compile fails like this: CC src/libfreeswitch_la-switch_rtp.lo src/switch_rtp.c: In function 'switch_rtp_get_random': src/switch_rtp.c:2419:2: error: implicit declaration of function 'RAND_bytes'; did you mean 'RSA_bits'? [-Werror=implicit-function-declaration] RAND_bytes(buf, len); ^~~~~~~~~~ RSA_bits cc1: all warnings being treated as errors make[4]: *** [Makefile:2377: src/libfreeswitch_la-switch_rtp.lo] Error 1 This patch adds the missing include. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Merge pull request #1665 in FS/freeswitch from ~MARCELL-G/freeswitch:bugfix/FS-11591-outdated-adapterjs to master
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Multiple Licenses
236 MiB
Languages
C
65.2%
C++
20.8%
JavaScript
4.8%
Assembly
2%
Makefile
1%
Other
5.4%