git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tls: remove tls_Recv() and tls_Send()
[vlc.git]
/
include
/
vlc_tls.h
diff --git
a/include/vlc_tls.h
b/include/vlc_tls.h
index
3f9c118
..
35c6b51
100644
(file)
--- a/
include/vlc_tls.h
+++ b/
include/vlc_tls.h
@@
-241,9
+241,6
@@
static inline int vlc_tls_Shutdown(vlc_tls_t *tls, bool duplex)
return tls->shutdown(tls, duplex);
}
-# define tls_Recv(a,b,c) vlc_tls_Read(a,b,c,false)
-# define tls_Send(a,b,c) vlc_tls_Write(a,b,c)
-
/**
* Closes a connection and its underlying resources.
*