1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-08 19:02:07 +03:00

configure: Add support for building with mbedtls

This commit is contained in:
Keno Fischer
2016-09-26 17:13:59 -04:00
committed by Daniel Stenberg
parent 3e6de50a24
commit dc8f7ca3ab
4 changed files with 24 additions and 2 deletions

2
Makefile.mbedTLS.inc Normal file
View File

@@ -0,0 +1,2 @@
CRYPTO_CSOURCES = mbedtls.c
CRYPTO_HHEADERS = mbedtls.h