aboutsummaryrefslogtreecommitdiff
path: root/net/pjsip/files/patch-pjlib_src_pj_ssl__sock__ossl.c
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-05-20 08:18:58 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-05-20 08:18:58 +0000
commit46d742e1b15d61b8d4bc91762a301273bc499791 (patch)
treee0968812cb800f7efb90e84dea7f43743fae9d41 /net/pjsip/files/patch-pjlib_src_pj_ssl__sock__ossl.c
parentf5782542b3d877de8ffa13aa6447fac755494d2a (diff)
downloadports-46d742e1b15d61b8d4bc91762a301273bc499791.tar.gz
ports-46d742e1b15d61b8d4bc91762a301273bc499791.zip
Notes
Diffstat (limited to 'net/pjsip/files/patch-pjlib_src_pj_ssl__sock__ossl.c')
-rw-r--r--net/pjsip/files/patch-pjlib_src_pj_ssl__sock__ossl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/pjsip/files/patch-pjlib_src_pj_ssl__sock__ossl.c b/net/pjsip/files/patch-pjlib_src_pj_ssl__sock__ossl.c
index 3daf5e8118ac..1b4e3229b9aa 100644
--- a/net/pjsip/files/patch-pjlib_src_pj_ssl__sock__ossl.c
+++ b/net/pjsip/files/patch-pjlib_src_pj_ssl__sock__ossl.c
@@ -9,7 +9,7 @@
# include <openssl/obj_mac.h>
-@@ -112,7 +112,7 @@ static unsigned get_nid_from_cid(unsigne
+@@ -112,7 +112,7 @@ static unsigned get_nid_from_cid(unsigned cid)
#endif
@@ -27,7 +27,7 @@
openssl_curves_num = SSL_get_shared_curve(ssl,-1);
if (openssl_curves_num > PJ_ARRAY_SIZE(openssl_curves))
openssl_curves_num = PJ_ARRAY_SIZE(openssl_curves);
-@@ -1069,7 +1069,7 @@ static pj_status_t set_cipher_list(pj_ss
+@@ -1069,7 +1069,7 @@ static pj_status_t set_cipher_list(pj_ssl_sock_t *ssoc
static pj_status_t set_curves_list(pj_ssl_sock_t *ssock)
{
@@ -36,7 +36,7 @@
int ret;
int curves[PJ_SSL_SOCK_MAX_CURVES];
unsigned cnt;
-@@ -1100,7 +1100,7 @@ static pj_status_t set_curves_list(pj_ss
+@@ -1100,7 +1100,7 @@ static pj_status_t set_curves_list(pj_ssl_sock_t *ssoc
static pj_status_t set_sigalgs(pj_ssl_sock_t *ssock)
{