1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-05 20:55:46 +03:00

cmake: Added ssl libraries for OS/2.

This commit is contained in:
Andreas Schneider
2010-12-31 14:56:29 +01:00
parent f6586576fb
commit e78cc89b52

View File

@@ -52,6 +52,7 @@ else (OPENSSL_LIBRARIES AND OPENSSL_INCLUDE_DIRS)
find_library(SSL_LIBRARY find_library(SSL_LIBRARY
NAMES NAMES
ssl ssl
ssl_dl
libssl libssl
PATHS PATHS
${_OPENSSL_DIR}/lib ${_OPENSSL_DIR}/lib
@@ -101,6 +102,7 @@ else (OPENSSL_LIBRARIES AND OPENSSL_INCLUDE_DIRS)
find_library(CRYPTO_LIBRARY find_library(CRYPTO_LIBRARY
NAMES NAMES
crypto crypto
crypto_dl
libcrypto libcrypto
eay eay
eay32 eay32