diff options
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 5ccedee06d..001c4817b1 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -460,7 +460,6 @@ class WindowsManifest(ViewerManifest):              self.path("ortp.dll")              self.path("libsndfile-1.dll")              self.path("vivoxoal.dll") -            self.path("ca-bundle.crt")              # Security              self.path("ssleay32.dll") @@ -915,7 +914,6 @@ class DarwinManifest(ViewerManifest):                                  'libvivoxoal.dylib',                                  'libvivoxsdk.dylib',                                  'libvivoxplatform.dylib', -                                'ca-bundle.crt',                                  'SLVoice',                                  ):                      self.path2basename(relpkgdir, libfile)  | 
