5abceec571
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.
4 строки
91 B
PHP
4 строки
91 B
PHP
CRYPTO_CSOURCES = mbedtls.c
|
|
CRYPTO_HHEADERS = mbedtls.h
|
|
CRYPTO_LTLIBS = $(LTLIBMBEDCRYPTO)
|