Index: head/net/asterisk13/files/patch-res-res_rtp_asterisk.c =================================================================== --- head/net/asterisk13/files/patch-res-res_rtp_asterisk.c (revision 421632) +++ head/net/asterisk13/files/patch-res-res_rtp_asterisk.c (nonexistent) @@ -1,35 +0,0 @@ -Index: net/asterisk13/files/patch-res_res__rtp__asterisk.c -=================================================================== ---- net/asterisk13/files/patch-res_res__rtp__asterisk.c (revision 0) -+++ net/asterisk13/files/patch-res_res__rtp__asterisk.c (working copy) -@@ -0,0 +1,15 @@ -+$OpenBSD: patch-res_res_rtp_asterisk_c,v 1.1 2016/07/30 21:12:15 sthen Exp $ -+ -+Obtained from OpenBSD cvs -+ -+--- res/res_rtp_asterisk.c.orig 2016-07-21 14:54:02 UTC -++++ res/res_rtp_asterisk.c -+@@ -1357,7 +1357,7 @@ static int ast_rtp_dtls_set_configuratio -+ return 0; -+ } -+ -+-#if OPENSSL_VERSION_NUMBER < 0x10002000L -++#if OPENSSL_VERSION_NUMBER < 0x10002000L || defined(LIBRESSL_VERSION_NUMBER) -+ rtp->ssl_ctx = SSL_CTX_new(DTLSv1_method()); -+ #else -+ rtp->ssl_ctx = SSL_CTX_new(DTLS_method()); - -Property changes on: net/asterisk13/files/patch-res_res__rtp__asterisk.c -___________________________________________________________________ -Added: fbsd:nokeywords -## -0,0 +1 ## -+yes -\ No newline at end of property -Added: svn:eol-style -## -0,0 +1 ## -+native -\ No newline at end of property -Added: svn:mime-type -## -0,0 +1 ## -+text/plain -\ No newline at end of property Property changes on: head/net/asterisk13/files/patch-res-res_rtp_asterisk.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/asterisk13/files/patch-res_res__rtp__asterisk.c =================================================================== --- head/net/asterisk13/files/patch-res_res__rtp__asterisk.c (nonexistent) +++ head/net/asterisk13/files/patch-res_res__rtp__asterisk.c (revision 421633) @@ -0,0 +1,15 @@ +$OpenBSD: patch-res_res_rtp_asterisk_c,v 1.1 2016/07/30 21:12:15 sthen Exp $ + +Obtained from OpenBSD cvs + +--- res/res_rtp_asterisk.c.orig 2016-07-21 14:54:02 UTC ++++ res/res_rtp_asterisk.c +@@ -1357,7 +1357,7 @@ static int ast_rtp_dtls_set_configuratio + return 0; + } + +-#if OPENSSL_VERSION_NUMBER < 0x10002000L ++#if OPENSSL_VERSION_NUMBER < 0x10002000L || defined(LIBRESSL_VERSION_NUMBER) + rtp->ssl_ctx = SSL_CTX_new(DTLSv1_method()); + #else + rtp->ssl_ctx = SSL_CTX_new(DTLS_method()); Property changes on: head/net/asterisk13/files/patch-res_res__rtp__asterisk.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property