[vlc-commits] securetransport: update ALPN request ID
Felix Paul Kühne
git at videolan.org
Wed Feb 8 15:26:56 CET 2017
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Feb 8 15:26:56 2017 +0100| [e9fc73d13a976109c3bbe3d7d4fae6b4c4953c42] | committer: Felix Paul Kühne
securetransport: update ALPN request ID
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e9fc73d13a976109c3bbe3d7d4fae6b4c4953c42
---
modules/misc/securetransport.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/misc/securetransport.c b/modules/misc/securetransport.c
index 40afb04..63e81a6 100644
--- a/modules/misc/securetransport.c
+++ b/modules/misc/securetransport.c
@@ -621,7 +621,7 @@ static int st_ClientSessionOpen (vlc_tls_creds_t *crd, vlc_tls_t *tls,
{
if (alpn != NULL) {
msg_Warn(crd, "Ignoring ALPN request due to lack of support in the backend. Proxy behavior potentially undefined.");
-#warning ALPN support missing, proxy behavior potentially undefined (rdar://30366695, #17721)
+#warning ALPN support missing, proxy behavior potentially undefined (rdar://29127318, #17721)
}
msg_Dbg(crd, "open TLS session for %s", hostname);
More information about the vlc-commits
mailing list