diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-08-06 10:27:42 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-08-06 10:27:42 -0700 |
commit | b269fcb7c8b4988cdb9d18164011320d12389355 (patch) | |
tree | dfb5de8684be04537682e4ef6cdece3719490be3 /indra/newview/viewer_manifest.py | |
parent | c7342bc6c0950add28918159935b8001c4ad2dc8 (diff) | |
parent | 74e3fb7b33fe584c887b4193f290e069e9ddffcd (diff) |
merge
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-x | 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 53a3e732ca..5e08e54b7c 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -366,6 +366,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") @@ -726,6 +727,7 @@ class DarwinManifest(ViewerManifest): 'libvivoxoal.dylib', 'libvivoxsdk.dylib', 'libvivoxplatform.dylib', + 'ca-bundle.crt', 'SLVoice', ): self.path2basename(libdir, libfile) |