miax: fix compilation errors under uClibc-ng and musl
[feed/telephony.git] / net / baresip / patches / 010-openssl-deprecated.patch
1 --- a/modules/debug_cmd/debug_cmd.c
2 +++ b/modules/debug_cmd/debug_cmd.c
3 @@ -56,7 +56,7 @@ static int print_system_info(struct re_printf *pf, void *arg)
4
5 #ifdef USE_OPENSSL
6 err |= re_hprintf(pf, " OpenSSL: %s\n",
7 - SSLeay_version(SSLEAY_VERSION));
8 + OpenSSL_version(OPENSSL_VERSION));
9 #endif
10
11 return err;