]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
remove secure password delivery requirement after complaint by the SVN admin
authormichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 15 Mar 2007 19:23:32 +0000 (19:23 +0000)
committermichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 15 Mar 2007 19:23:32 +0000 (19:23 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8416 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

doc/ffmpeg-doc.texi

index 42948bd27b498e7030be6444f638d7ddd29d63f0..c91b3b12b387fcd5ec36b54e2d4a5cf4467b7f6f 100644 (file)
@@ -1558,10 +1558,6 @@ please use av_log() instead.
     Never write to unallocated memory, never write over the end of arrays,
     always check values read from some untrusted source before using them
     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
     Remember to check if you need to bump versions for the specific libav
     parts (libavutil, libavcodec, libavformat) you are changing. You need