[vlc-commits] keystore: hide the option
Jean-Baptiste Kempf
git at videolan.org
Tue Apr 19 13:25:48 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 19 13:25:36 2016 +0200| [2d82ef2856658522dd954f66532e003a62cd890f] | committer: Jean-Baptiste Kempf
keystore: hide the option
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d82ef2856658522dd954f66532e003a62cd890f
---
modules/keystore/file.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/modules/keystore/file.c b/modules/keystore/file.c
index 0c3f7bb..ca91a01 100644
--- a/modules/keystore/file.c
+++ b/modules/keystore/file.c
@@ -56,7 +56,8 @@ vlc_module_begin()
set_category(CAT_ADVANCED)
set_subcategory(SUBCAT_ADVANCED_MISC)
set_callbacks(Open, Close)
- add_string("keystore-file", NULL, NULL, NULL, true)
+ add_savefile("keystore-file", NULL, NULL, NULL, true)
+ change_private()
set_capability("keystore", 0)
add_shortcut("file_plaintext")
#ifdef CRYPTFILE
More information about the vlc-commits
mailing list