lavf: split tls.c
Move the OpenSSL and GnuTLS implementations to their own files. Other
than the connection code (including options) and some boilerplate, no
code is actually shared.
Signed-off-by:
Martin Storsjö <martin@martin.st>
Showing
- configure 3 additions, 1 deletionconfigure
- libavformat/Makefile 2 additions, 1 deletionlibavformat/Makefile
- libavformat/allformats.c 2 additions, 1 deletionlibavformat/allformats.c
- libavformat/rtspdec.c 1 addition, 0 deletionslibavformat/rtspdec.c
- libavformat/tls.c 14 additions, 361 deletionslibavformat/tls.c
- libavformat/tls.h 54 additions, 0 deletionslibavformat/tls.h
- libavformat/tls_gnutls.c 228 additions, 0 deletionslibavformat/tls_gnutls.c
- libavformat/tls_openssl.c 233 additions, 0 deletionslibavformat/tls_openssl.c
Loading
Please register or sign in to comment