summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAndrew A. de Laix <alain@lindenlab.com>2011-03-07 14:54:50 -0800
committerAndrew A. de Laix <alain@lindenlab.com>2011-03-07 14:54:50 -0800
commitd9715317b17152c445f6c5933fbeb2c1e0900bba (patch)
treef7d8ed79109783dc3cf9c65df55a26e32e668c61 /indra
parent12c2fd2ef051ca922f0d3076bc8160820980b6e2 (diff)
update openSSL archive usage for darwin.
Diffstat (limited to 'indra')
-rw-r--r--indra/cmake/OpenSSL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/OpenSSL.cmake b/indra/cmake/OpenSSL.cmake
index c692b67b49..5982ee9a49 100644
--- a/indra/cmake/OpenSSL.cmake
+++ b/indra/cmake/OpenSSL.cmake
@@ -19,5 +19,5 @@ endif (STANDALONE)
if (LINUX)
set(CRYPTO_LIBRARIES crypto)
elseif (DARWIN)
- set(CRYPTO_LIBRARIES llcrypto)
+ set(CRYPTO_LIBRARIES crypto)
endif (LINUX)