--- src/rtc_base/openssl_adapter.cc.orig 2024-11-16 05:27:29 UTC +++ src/rtc_base/openssl_adapter.cc @@ -176,7 +176,9 @@ bool OpenSSLAdapter::InitializeSSL() { // Loading the error strings crashes mac_asan. Omit this debugging aid there. SSL_load_error_strings(); #endif +#if defined(OPENSSL_VERSION_MAJOR) && (OPENSSL_VERSION_MAJOR < 3) ERR_load_BIO_strings(); +#endif OpenSSL_add_all_algorithms(); RAND_poll(); return true; /'>cgit logo index : freebsd/ports
FreeBSD ports (LF version)
aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-BigInt-FastCalc
Commit message (Expand)AuthorAgeFilesLines
* math/p5-Math-BigInt-FastCalc: Update to 0.5020Wen Heping2025-04-052-5/+5
* math/p5-Math-BigInt-FastCalc: update to 0.5019Philippe Audeoud2025-03-072-4/+4
* math/p5-Math-BigInt-FastCalc: Update version requirement of *_DEPENDSPo-Chuan Hsieh2024-02-211-1/+1
* math/p5-Math-BigInt-FastCalc: update to 0.5018Rodrigo Osorio2024-02-102-4/+4
* math/p5-Math-BigInt-FastCalc: Update to 0.5015Po-Chuan Hsieh2023-09-232-5/+5
* math/p5-Math-BigInt-FastCalc: Update to 0.5014Po-Chuan Hsieh2023-04-092-5/+5
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
* math: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
* math/p5-Math-BigInt-FastCalc: Update to 0.5013Po-Chuan Hsieh2022-05-222-5/+5
* math/p5-Math-BigInt-FastCalc: Update to 0.5012Wen Heping2021-10-012-4/+4
* math/p5-Math-BigInt-FastCalc: Update to 0.5011Po-Chuan Hsieh2021-09-272-4/+4
* math/p5-Math-BigInt-FastCalc: Update to 0.5010Po-Chuan Hsieh2021-07-062-5/+5
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Update to 0.5009Sunpoet Po-Chuan Hsieh2019-10-282-5/+5
* Update to 0.5008Sunpoet Po-Chuan Hsieh2018-10-122-4/+4
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
* Update to 0.5007Sunpoet Po-Chuan Hsieh2018-04-222-5/+5
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-15