[vlc-commits] network: remove stray #undef

Rémi Denis-Courmont git at videolan.org
Wed Mar 14 21:45:05 CET 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Mar 14 21:48:08 2018 +0200| [c9b10d13e610d112449444e0796d6f3006657ad1] | committer: Rémi Denis-Courmont

network: remove stray #undef

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c9b10d13e610d112449444e0796d6f3006657ad1
---

 src/network/tls.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/network/tls.c b/src/network/tls.c
index de1d7f64b2..3c26c3d388 100644
--- a/src/network/tls.c
+++ b/src/network/tls.c
@@ -156,7 +156,6 @@ static void cleanup_tls(void *data)
     vlc_tls_SessionDelete (session);
 }
 
-#undef vlc_tls_ClientSessionCreate
 vlc_tls_t *vlc_tls_ClientSessionCreate(vlc_tls_creds_t *crd, vlc_tls_t *sock,
                                        const char *host, const char *service,
                                        const char *const *alpn, char **alp)



More information about the vlc-commits mailing list