Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
d9715317
Commit
d9715317
authored
14 years ago
by
Andrew A. de Laix
Browse files
Options
Downloads
Patches
Plain Diff
update openSSL archive usage for darwin.
parent
12c2fd2e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
autobuild.xml
+2
-2
2 additions, 2 deletions
autobuild.xml
indra/cmake/OpenSSL.cmake
+1
-1
1 addition, 1 deletion
indra/cmake/OpenSSL.cmake
with
3 additions
and
3 deletions
autobuild.xml
+
2
−
2
View file @
d9715317
...
...
@@ -1244,9 +1244,9 @@
<key>
archive
</key>
<map>
<key>
hash
</key>
<string>
9cf8e84cb91996616cf627ad18c85442
</string>
<string>
facee34b8bd57ad602157e65a5af1a49
</string>
<key>
url
</key>
<string>
http://
s3.amazonaws.com/viewer-source-downloads
/install
_pkgs
/open
SSL
-0.9.8
l
-darwin-201
0
10
04
.tar.bz2
</string>
<string>
http://
automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-openssl/rev/220986/arch/Darwin
/install
er
/open
ssl
-0.9.8
q
-darwin-20110
211
.tar.bz2
</string>
</map>
<key>
name
</key>
<string>
darwin
</string>
...
...
This diff is collapsed.
Click to expand it.
indra/cmake/OpenSSL.cmake
+
1
−
1
View file @
d9715317
...
...
@@ -19,5 +19,5 @@ endif (STANDALONE)
if
(
LINUX
)
set
(
CRYPTO_LIBRARIES crypto
)
elseif
(
DARWIN
)
set
(
CRYPTO_LIBRARIES
ll
crypto
)
set
(
CRYPTO_LIBRARIES crypto
)
endif
(
LINUX
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment