diff options
author | Oz Linden <oz@lindenlab.com> | 2011-04-20 20:22:54 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-04-20 20:22:54 -0400 |
commit | 120f31502eb521c1e0abaeb24972f070e7f75bd6 (patch) | |
tree | 281d3b7f87f02f9e9c0a092bbb35387dd77119e1 /indra/newview | |
parent | 252cb50c387b47360f5fd05cc3338daea0ddc8ba (diff) | |
parent | c7721b86c6df55cbfcdb51970944b79ed8674f4e (diff) |
merge changes for storm-1183
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/viewer_manifest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index f0b1973fdf..f671c770ea 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -939,9 +939,9 @@ class Linux_i686Manifest(LinuxManifest): self.path("libdb-5.1.so") self.path("libdb-5.so") self.path("libdb.so") - self.path("libcrypto.so.0.9.8") + self.path("libcrypto.so.1.0.0") self.path("libexpat.so.1.5.2") - self.path("libssl.so.0.9.8") + self.path("libssl.so.1.0.0") self.path("libuuid.so") self.path("libuuid.so.16") self.path("libuuid.so.16.0.22") |