[vlc-commits] tls: fix file description

Rémi Denis-Courmont git at videolan.org
Sun Mar 12 19:49:40 CET 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Mar 12 20:44:19 2017 +0200| [aab6bf548d38e06877f236ca1c0ea15d84728e6a] | committer: Rémi Denis-Courmont

tls: fix file description

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

 include/vlc_tls.h | 5 +++--
 src/network/tls.c | 4 +++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/include/vlc_tls.h b/include/vlc_tls.h
index 0a32f26..84e44a5 100644
--- a/include/vlc_tls.h
+++ b/include/vlc_tls.h
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * vlc_tls.h: Transport Layer Security API
+ * vlc_tls.h:
  *****************************************************************************
  * Copyright (C) 2004-2016 Rémi Denis-Courmont
  * Copyright (C) 2005-2006 VLC authors and VideoLAN
@@ -29,7 +29,8 @@
  *
  * Originally intended for the TLS protocol (Transport Layer Security),
  * the Transport Layer Sockets now provides a generic abstraction
- * for full-duplex I/O byte streams.
+ * for connection-oriented full-duplex I/O byte streams, such as TCP/IP sockets
+ * and TLS protocol sessions.
  *
  * @{
  * \file
diff --git a/src/network/tls.c b/src/network/tls.c
index 3210cfe..75758d4 100644
--- a/src/network/tls.c
+++ b/src/network/tls.c
@@ -21,7 +21,9 @@
 
 /**
  * @file
- * libvlc interface to the Transport Layer Security (TLS) plugins.
+ * Transport Layer Socket abstraction.
+ *
+ * This file implements the Transport Layer Socket (vlc_tls) abstraction.
  */
 
 #ifdef HAVE_CONFIG_H



More information about the vlc-commits mailing list