Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
libssh2
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули libssh2
Код
Релизы
1
Активность
libssh2
/
Makefile.mbedTLS.inc
4 строки
88 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
configure.ac: Add --with-crypto= instead of many different --with-$backend The new --with-crypto option replaces the previous backend-specific --with-{openssl,libgcrypt,mbedtls,wincng} options and fixes some issues. * libgcrypt or mbedtls would previously be used whenever found, even if configure was passed --without-libgcrypt or --without-mbedtls. * If --with-$backend was specified then configure would not fail even if that library could not be found, and would instead use whichever crypto library was found first. The new option defaults to `auto`, which makes configure check for all supported crypto libraries in turn, choosing the first one found, or exiting with an error if none can be found.
2016-10-28 03:41:50 +02:00
CRYPTO_LTLIBS
=
$
(
LTLIBMBEDTLS
)
Копировать постоянную ссылку