diff options
author | Aura Linden <aura@lindenlab.com> | 2013-02-15 17:05:01 -0800 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2013-02-15 17:05:01 -0800 |
commit | 669d1295a3c5745db566f40d12f3de19445131df (patch) | |
tree | 81d7ceeeb8c27f6fe154204bb7598c292373f24e /indra/newview/viewer_manifest.py | |
parent | 973e39608ac8d12a2ee70a69ea8eb14e1bfc7b5f (diff) |
Added ca-bundle.crt behaviors for Mac and Windows.
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 ea75d4f4f6..882052d262 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) |