Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
libssh2
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули libssh2
Код
Релизы
1
Активность
libssh2
/
Makefile.mbedTLS.inc
4 строки
91 B
PHP
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
configure: Add support for building with mbedtls
2016-09-26 17:13:59 -04:00
CRYPTO_CSOURCES
=
mbedtls
.
c
CRYPTO_HHEADERS
=
mbedtls
.
h
acinclude.m4: The mbedtls crypto backend actually requires libmbedcrypto Examples can't be linked with libmbedtls but need libmbedcrypto, and any users of libssh2 which use libtool and libssh2.la would encounter the same problem. This changes the mbedtls detection to search for libmbedcrypto, which is the actual dependency for the backend.
2016-11-16 22:32:39 +01:00
CRYPTO_LTLIBS
=
$
(
LTLIBMBEDCRYPTO
)
Копировать постоянную ссылку