diff options
author | Aura Linden <aura@lindenlab.com> | 2013-05-15 20:56:51 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2013-05-15 20:56:51 -0700 |
commit | c96b8281a91a9529cc38fd7049f455152561880e (patch) | |
tree | acec66017d548e402f4bf8055ac94bac71bd1f1f /indra/newview/viewer_manifest.py | |
parent | 1beb15c93b139e4494bb90cce30b1c67accb4b08 (diff) | |
parent | 669d1295a3c5745db566f40d12f3de19445131df (diff) |
Thanks mercurial.
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r-- | indra/newview/viewer_manifest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 69248e26bc..fcd26c8620 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -395,6 +395,7 @@ class WindowsManifest(ViewerManifest): self.path("zlib1.dll") self.path("vivoxplatform.dll") self.path("vivoxoal.dll") + self.path("ca-bundle.crt") # Security self.path("ssleay32.dll") @@ -754,6 +755,7 @@ class DarwinManifest(ViewerManifest): 'libvivoxoal.dylib', 'libvivoxsdk.dylib', 'libvivoxplatform.dylib', + 'ca-bundle.crt', 'SLVoice', ): self.path2basename(libdir, libfile) |