Commit 8b5f8e18 authored by Michael Niedermayer's avatar Michael Niedermayer

remove secure password delivery requirement after complaint by the SVN admin

Originally committed as revision 8416 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ce10ff8e
...@@ -1558,10 +1558,6 @@ please use av_log() instead. ...@@ -1558,10 +1558,6 @@ please use av_log() instead.
Never write to unallocated memory, never write over the end of arrays, Never write to unallocated memory, never write over the end of arrays,
always check values read from some untrusted source before using them always check values read from some untrusted source before using them
as array index or other risky things. as array index or other risky things.
@item
Developers who have provided a public GPG key shall only receive
passwords or other sensitive information related to FFmpeg encrypted
with their GPG key or in another secure way.
@item @item
Remember to check if you need to bump versions for the specific libav Remember to check if you need to bump versions for the specific libav
parts (libavutil, libavcodec, libavformat) you are changing. You need parts (libavutil, libavcodec, libavformat) you are changing. You need
......
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