mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
[core] fix macOS build when missing CRYPTO_mem_ctrl
https://github.com/signalwire/freeswitch/issues/1461 https://github.com/signalwire/libks/commit/3493e9c952964c80e402aa0497891d57dc5f8d40
This commit is contained in:
@@ -281,7 +281,9 @@ SWITCH_DECLARE(int) switch_core_gen_certs(const char *prefix)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef CRYPTO_MEM_CHECK_ON
|
||||
CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
|
||||
#endif
|
||||
|
||||
//bio_err=BIO_new_fp(stderr, BIO_NOCLOSE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user