summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2017-06-14 16:02:54 -0700
committerGlenn Glazer <coyot@lindenlab.com>2017-06-14 16:02:54 -0700
commit7ead7c7285c3f47f1dd271f80adfd098b6757326 (patch)
treebbf553581832a1d7f6b68e99286adde3ec17581e
parentc538ff12c5a75ba9aa51648e97fd629a9a2829e9 (diff)
SL-700: temporarily use local version of ca-bundle.crt, remove ca-bundle copy calls from viewer manifest
-rwxr-xr-xindra/newview/viewer_manifest.py2
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)