Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavf: move TLS-related ifdeffery to library specific files | wm4 | 2015-05-27 | 1 | -2/+73 |
| | | | | | | There is no need to have this mess in network.c. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | lavf: split tls.c | wm4 | 2015-05-27 | 1 | -0/+236 |
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: Michael Niedermayer <michaelni@gmx.at> |