Commit 219806e4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Jean-Baptiste Kempf

Mark srtp-key and srtp-salt safe

(cherry picked from commit 73cadb239d790835d81a83e53069fbe768a2d260)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 4b36e6a1
......@@ -102,8 +102,10 @@ vlc_module_begin ()
#ifdef HAVE_SRTP
add_string ("srtp-key", "", NULL,
SRTP_KEY_TEXT, SRTP_KEY_LONGTEXT, false)
change_safe ()
add_string ("srtp-salt", "", NULL,
SRTP_SALT_TEXT, SRTP_SALT_LONGTEXT, false)
change_safe ()
#endif
add_integer ("rtp-max-src", 1, NULL, RTP_MAX_SRC_TEXT,
RTP_MAX_SRC_LONGTEXT, true)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment