]> git.sesse.net Git - vlc/commit
Rework/simplify the TLS plugin interface (LibVLC <-> tls plugin).
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 22 Sep 2007 11:21:35 +0000 (11:21 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 22 Sep 2007 11:21:35 +0000 (11:21 +0000)
commit42327f355519a02abd5dee795a6a79684cc9e5bb
tree5cdc083530a6583a0403d9b45b6f2340f9738723
parent0753cb73dc2946e24001c4c8ddb8908357709628
Rework/simplify the TLS plugin interface (LibVLC <-> tls plugin).
Remove the singleton pattern. Still very much work in progress.
include/vlc_common.h
include/vlc_objects.h
include/vlc_tls.h
modules/misc/gnutls.c
src/misc/objects.c
src/network/tls.c