]> git.sesse.net Git - vlc/commitdiff
don't forget to add options to *ppsz_sout_options[] (so that ca, crt, etc.. are...
authorBenjamin Pracht <bigben@videolan.org>
Mon, 15 Nov 2004 23:46:07 +0000 (23:46 +0000)
committerBenjamin Pracht <bigben@videolan.org>
Mon, 15 Nov 2004 23:46:07 +0000 (23:46 +0000)
modules/access_output/http.c

index 7cc52b42b026a25bb3270b754264798a1e36a992..1e2cf59aec6cd7a2abe20612d3910aad5435ea0a 100644 (file)
@@ -99,7 +99,7 @@ vlc_module_end();
  * Exported prototypes
  *****************************************************************************/
 static const char *ppsz_sout_options[] = {
-    "user", "pwd", "mime", NULL
+    "user", "pwd", "mime", "cert", "key", "ca", "crl", NULL
 };
 
 static int Write( sout_access_out_t *, block_t * );